[Ajuda] Morrer e ficar no mesmo lugar
#6

OBS: Ja que o amigo postou o codigo completo, nada mais justo que mandar certo pro lek.

Global:
pawn Код:
static
    Float:UPDeath[MAX_PLAYERS][3],
    bool:SpawnD[MAX_PLAYERS]
;
pawn Код:
public OnPlayerDeath(playerid, killerid, reason){
    GetPlayerPos(playerid, UPDeath[playerid][0], UPDeath[playerid][1], UPDeath[playerid][2]);
    SpawnD[playerid] = false;
    return true;
}
pawn Код:
public OnPlayerSpawn(playerid)
{
    if(SpawnD[playerid] == false)
    {
        SetPlayerPos(playerid, UPDeath[playerid][0], UPDeath[playerid][1], UPDeath[playerid][2]);
        SpawnD[playerid] = true;
    }
    return true;
}
pawn Код:
public OnPlayerConnect(playerid)
{
    SpawnD[playerid] = false;
    return true;
}
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: 1 Guest(s)