[Ajuda] Colocar Caixгo da Morte
#4

PHP код:
#include "a_samp.inc"
new Obj[MAX_PLAYERS], Float:Pos[MAX_PLAYERS][3];
public 
OnPlayerDeath(playeridkilleridreason)
{
    
GetPlayerPos(playeridPos[playerid][0], Pos[playerid][1], Pos[playerid][2]);
    
Obj[playerid] = CreateObject(2896Pos[playerid][0], Pos[playerid][1], Pos[playerid][2] -1.0 00100.0);
    
SetTimerEx("Destroi"5000false"i"playerid);
    return 
1;
}
forward Destroi(playerid); public Destroi(playerid)return DestroyObject(Obj[playerid]); 
Reply


Messages In This Thread
Colocar Caixгo da Morte - by maykoncoelho - 04.05.2013, 18:27
Re: Colocar Caixгo da Morte - by Cleitonboy23 - 04.05.2013, 18:30
Re: Colocar Caixгo da Morte - by maykoncoelho - 04.05.2013, 18:41
Re: Colocar Caixгo da Morte - by Falcon. - 04.05.2013, 18:47
Re: Colocar Caixгo da Morte - by maykoncoelho - 04.05.2013, 19:17
Re: Colocar Caixгo da Morte - by maykoncoelho - 04.05.2013, 19:21

Forum Jump:


Users browsing this thread: 1 Guest(s)