Mr.Mastire222 Известный Автор темы 528 259 22 Окт 2021 #1 Версия MoonLoader .026-beta как получить ид игрока который нанёс мне урон и сам урон и вывести это в чат?
Решение paulohardy 22 Окт 2021 Lua: require('samp.events').onSendTakeDamage = function(playerId, damage, weapon, bodypart) sampAddChatMessage('Taken damage from: '..playerId, -1) end
Lua: require('samp.events').onSendTakeDamage = function(playerId, damage, weapon, bodypart) sampAddChatMessage('Taken damage from: '..playerId, -1) end
paulohardy вы еще постите говно? тогда я иду к вам Всефорумный модератор 1,959 1,310 22 Окт 2021 Решение #2 Lua: require('samp.events').onSendTakeDamage = function(playerId, damage, weapon, bodypart) sampAddChatMessage('Taken damage from: '..playerId, -1) end Реакции: Mr.Mastire222 Позитивный голос 1 Негативный голос Решение
Lua: require('samp.events').onSendTakeDamage = function(playerId, damage, weapon, bodypart) sampAddChatMessage('Taken damage from: '..playerId, -1) end