[Ajuda] Morrer e ficar no mesmo lugar
#3

Topo:
pawn Код:
new pTimer[ MAX_PLAYERS ] = {-1, ...};
pawn Код:
public OnPlayerDeath(playerid, killerid, reason){

    static Float: Pos[3] ;
    GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
    {
    pTimer[playerid] = SetTimerEx("FicarPos", 5000, false, "fffi",Pos[0], Pos[1], Pos[2], playerid);
    {
    return true ;
}
Final GM:
pawn Код:
forward FicarPos(Float:x, Float:y, Float:z, i);
public FicarPos(Float:x, Float:y, Float:z,  i) {
{
    SetPlayerPos(i, x, y, z);
    ApplyAnimation(i, "CRACK", "crckdeth2", 4.1,1,1,1,1,1,1);
    pTimer[i] = -1;
    {
    return 1;
}
Reply


Messages In This Thread
Morrer e ficar no mesmo lugar - by costadd - 09.10.2013, 00:23
Respuesta: Morrer e ficar no mesmo lugar - by DanDRT - 09.10.2013, 00:26
Re: Morrer e ficar no mesmo lugar - by ThuuGLif3 - 09.10.2013, 00:29
Respuesta: Re: Morrer e ficar no mesmo lugar - by DanDRT - 09.10.2013, 00:31
Re: Morrer e ficar no mesmo lugar - by ThuuGLif3 - 09.10.2013, 00:37
Respuesta: Morrer e ficar no mesmo lugar - by DanDRT - 09.10.2013, 00:46
Respuesta: Re: Morrer e ficar no mesmo lugar - by costadd - 09.10.2013, 00:48
Respuesta: Re: Morrer e ficar no mesmo lugar - by DanDRT - 09.10.2013, 00:49
Respuesta: Morrer e ficar no mesmo lugar - by costadd - 09.10.2013, 00:55
Re: Morrer e ficar no mesmo lugar - by Coe1 - 09.10.2013, 00:57

Forum Jump:


Users browsing this thread: 2 Guest(s)