11.10.2010, 23:07
pawn Код:
Coloca para definir se ele jб digitou o comando com um
Digitoucomando == 1, depois seta o timer:
SetTimer("NascendoJustin", Tempo, 0);
cria o public
public NascendoJustin()
{
DigitouComando == 0
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
Spawn(playerid);
return 1;
}
}
}
PS: Nгo estou codando mais..