[Ajuda] Spawnar logo apуs conectar
#5

Use SetTimer.
pawn Код:
forward Spawnar(playerid);

public OnPlayerRequestClass(playerid, classid) {
    SetTimerEx("Spawnar",100,false,"i",playerid);
    return 1;
}

public Spawnar(playerid){
    SpawnPlayer(playerid);
    OnPlayerSpawn(playerid);
    return true;
}
Reply


Messages In This Thread
Spawnar logo apуs conectar - by bruxo00 - 17.06.2013, 14:44
Re: Spawnar logo apуs conectar - by Gustavo_Carvalho - 17.06.2013, 14:46
Re: Spawnar logo apуs conectar - by bruxo00 - 17.06.2013, 14:49
Re: Spawnar logo apуs conectar - by JoaoP - 17.06.2013, 15:31
Re: Spawnar logo apуs conectar - by -GooGle- - 17.06.2013, 16:15

Forum Jump:


Users browsing this thread: 2 Guest(s)