12.06.2011, 16:08
When i do something like that:
or
i dont know why but OnPlayerDeath callback is called. Im not a PAWN noob, i checked everything, i never call that callback, i checked it when its called by print(..); and it seems that its called right after OnPlayerSpawn has finished.
Has SA-MP got some function bugged which i dont know about? Please reply
//edit: when i set player health to 0, the hp bar is 0 but you can walk normaly
Код:
OnPlayerSpawn(playerid);
Код:
SpawnPlayer(playerid);
Has SA-MP got some function bugged which i dont know about? Please reply
//edit: when i set player health to 0, the hp bar is 0 but you can walk normaly