Savchik Blazer Но я, мечту свою лелея... Автор темы Проверенный 667 294 10 Май 2022 #1 Версия MoonLoader .026-beta Как отклонить rpc от сервера о смерти?
H Hideme Flow Известный 571 200 10 Май 2022 #2 Lua: function onSendRpc(id, bitStream, priority, reliability, orderingChannel, shiftTs) if id == 55 then return false end end Позитивный голос 0 Негативный голос
Lua: function onSendRpc(id, bitStream, priority, reliability, orderingChannel, shiftTs) if id == 55 then return false end end
N08I40K Известный 224 107 10 Май 2022 #3 Lua: -- В начале файла local sampev = require 'lib.samp.events' function sampev.onSendDeathMessage(killer, player, reason) return false end Позитивный голос 0 Негативный голос
Lua: -- В начале файла local sampev = require 'lib.samp.events' function sampev.onSendDeathMessage(killer, player, reason) return false end