- 124
- 33
- Версия SA-MP
-
- 0.3.7 (R1)
Lua:
script_name('1')
script_author('1.')
require("moonloader")
require "lib.sampfuncs"
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
sampRegisterChatCommand("f1", bind)
wait(-1)
end
function bind (arg)
sampSendChat("/god")
wait(1350)
sampSendChat("/vgod")
wait(1350)
sampSendChat("/wolrd 99")
wait(1350)
sampSendChat("/toglogo")
wait(1350)
sampSendChat("/createmap ru54 123123")
wait(1350)
sampSendChat("/color 238")
end