[[[AJUDA]]] Poblema ao Morrer
#6

Usa algo para verificar se ele morreu antes de spawnar ?
se nгo use isto..

No Comeзo do Mode junto com os outros new's:
pawn Код:
new bool:AcaboudeMorrer[MAX_PLAYERS];
Em OnPlayerConnect
pawn Код:
AcaboudeMorrer[playerid] = false;
Em OnPlayerDisconnect
pawn Код:
AcaboudeMorrer[playerid] = false;
Em OnPlayerSpawn
pawn Код:
if(AcaboudeMorrer[playerid] == true)
    {
        SetPlayerPos(playerid, Coordenadas Do Hospital);
        AcaboudeMorrer[playerid] = false;
    }
Reply


Messages In This Thread
[[[AJUDA]]] Poblema ao Morrer [[[[@resolvido]]]] - by Ichigo_Kurosaki - 26.02.2011, 00:23
Re: [[[AJUDA]]] Poblema ao Morrer - by [AF]Junior - 26.02.2011, 01:02
Re: [[[AJUDA]]] Poblema ao Morrer - by leandro123456 - 26.02.2011, 01:04
Re: [[[AJUDA]]] Poblema ao Morrer - by Falcon. - 26.02.2011, 01:16
Respuesta: [[[AJUDA]]] Poblema ao Morrer - by Ichigo_Kurosaki - 26.02.2011, 01:27
Re: [[[AJUDA]]] Poblema ao Morrer - by Falcon. - 26.02.2011, 01:40
Respuesta: [[[AJUDA]]] Poblema ao Morrer - by Ichigo_Kurosaki - 26.02.2011, 01:51
Respuesta: [[[AJUDA]]] Poblema ao Morrer - by Ichigo_Kurosaki - 26.02.2011, 02:00
Re: [[[AJUDA]]] Poblema ao Morrer - by rjjj - 26.02.2011, 03:13
Re: Respuesta: [[[AJUDA]]] Poblema ao Morrer - by brunogysin - 26.02.2011, 08:11

Forum Jump:


Users browsing this thread: 2 Guest(s)