- 22
- 3
Lua:
command = '/hide deagle'
command1 = '/hide shot'
command2 = '/hide m4'
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(0)
if isCharDead(PLAYER_PED)then
sampSendChat(command)
sampSendChat(command1)
sampSendChat(command2)
wait (5000)
end
end
end
Добавить активацию скрипту (чтобы его можно было включить/выключить), я немного запутался :(