02.12.2014, 07:39 
	
	
	
		So i made AC for my GM and started using my stock
instrad of SetPlayerHealth, but whenever i have in my script SetDodHealth(playerid, SOMETHING INSTEAD OF NUMBERS like minigamehp);
i get this damn warning, how can i fix this ?
	
	
	
PHP код:
stock SetDodHealth(playerid, amount)
{
    PlayerInfo[playerid][pHealth] = amount;
    return 1;
} 
i get this damn warning, how can i fix this ?

