03.02.2014, 20:40
Poste sua OnPlayerDeath e OnPlayerSpawn.
OBS: Postagem dupla nгo й permitido, use o botгo editar!
@EDIT
Nгo й necessбrio.
A menos que o problema persista.
OBS: Postagem dupla nгo й permitido, use o botгo editar!
@EDIT
Nгo й necessбrio.
pawn Код:
public OnPlayerDeath(playerid, killerid, reason) {
if (GetPVarInt(playerid, "noX1") != 0 ) {
DeletePVar(playerid, "noX1");
DeletePVar(killerid, "noX1");
SpawnPlayer(killerid);
}
return 1;
}