- 52
- 4
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Lua:
local sampev = require 'lib.samp.events'
local sampev = require 'lib.samp.events'
function sampev.onCreate3DText(id, color, pos, dist, testLOS, attachedPlayer, attachedVeh, text)
if text:find("Family") or text:find("Empire") or text:find("Squad") or text:find("Dynasty") or text:find("Corporation") or text:find("Crew") or text:find("Brotherhood") then
return {id, color, pos, 1000, testLOS, attachedPlayer, attachedVeh, text}
end
end
function sampev.onPlayerChatBubble(playerId, color, dist, duration, text)
return {playerId, color, 1000, duration, text}
end
Как сделать активацию на ToggleButton чтобы при включении он активировался и выключался