- 411
- 268
попробуй такКак остановить зацикленость ?
допустим из примера выше . Я исправил уже там если что .
Код:
{$CLEO}
{$NOSOURCE}
0000:
0006: 0@ = -1
repeat
wait 400
until 0AFA: is_samp_structures_available
0b34: register_client_command "floodgov" @floodgov
while true
wait 0
if 0@ == 1
then
message "Gov flood start" -1
repeat
0AF8: "gov flood to gov" -1
wait 3000
until 0@ == -1
message "Gov flood disabled" -1
end
end
:floodgov
0@ *= -1
Samp.CmdRet()