[Pedido] Morrer e ficar no mesmo canto
#9

pawn Код:
new Float:Pos[3];

public OnPlayerDeath(playerid, killerid, reason) {

    GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
    SpawnPlayer(playerid);
    return 1;
}
public OnPlayerSpawn(playerid) {

    SetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
    return 1;
}
Reply


Messages In This Thread
Morrer e ficar no mesmo canto - by willttoonn - 05.10.2013, 02:17
Respuesta: Morrer e ficar no mesmo canto - by SeV_ - 05.10.2013, 02:19
Re: Respuesta: Morrer e ficar no mesmo canto - by willttoonn - 05.10.2013, 02:27
Re: Morrer e ficar no mesmo canto - by Juniiro3 - 05.10.2013, 02:49
Re: Morrer e ficar no mesmo canto - by willttoonn - 05.10.2013, 02:55
Re: Morrer e ficar no mesmo canto - by willttoonn - 05.10.2013, 03:17
Re: Morrer e ficar no mesmo canto - by willttoonn - 05.10.2013, 03:58
Respuesta: Morrer e ficar no mesmo canto - by costadd - 05.10.2013, 13:45
Re: Morrer e ficar no mesmo canto - by Sellen - 05.10.2013, 14:08

Forum Jump:


Users browsing this thread: 1 Guest(s)