Ну типо перезайти на сервер при нажатии клавиши
CLEO:
{$CLEO .cs}
0000:
while not samp.Available()
wait 2000
end
while true
wait 0
if and
0AB0: key_pressed 0x10 // Shift + 0 активация
0AB0: key_pressed 0x30 //
then
20@ = 1
end
if 20@ == 1
then
0B28: samp disconnect_with_reason 0
0B27: samp set_gamestate 4
wait 15000 // задержка
0B27: samp set_gamestate 1
20@ = 0
end
end