- 717
- 150
вооооообщем, нада крч автообнова, но так как йа лох, у миня ничего не получаетса, снизу код въепите туда автообнову. пажалустаааа
отблагодарю лукасам)))0)))))0)
Lua:
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
sampAddChatMessage("{ff0000}test {0000ff}by {00ffe1}hhti", -1)
while true do
wait(0)
sampRegisterChatCommand("toff", function ()
sampAddChatMessage("{FF0000}script deactivated", -1)
thisScript():pause()
end)
sampRegisterChatCommand("ton", function ()
sampAddChatMessage("{FF00FF}script activated", -1)
thisScript():resume()
end)
end
end
отблагодарю лукасам)))0)))))0)