20.04.2014, 03:00 
	
	
	
		So i made an account system but when i save someone's health and set it in OnPlayerSpawn call back it kills my character while i make sure that i set it to 80.
this code is OnPlayerSpawn call back
whats wrong with it?
	
	
	
	
this code is OnPlayerSpawn call back
whats wrong with it?
pawn Код:
SetPlayerHealth(playerid,pInfo[playerid][pHealth]);

