26.03.2010, 06:57
no topo do GM:
No OnPlayerCommandText:
No fim do GM:
pawn Код:
forward saida(playerid)
pawn Код:
if(strcmp("/exit", cmdtext,true,10) == 0)
{
SendClientMessage(playerid,SUA_COR,"Aguarde 10 segundos");
SetTimer("saida",10000,true);
}
pawn Код:
public saida(playerid)
{
Kick(playerid)
}