02.10.2013, 23:43
So I am fooling around with natives but this one wont work. How do I fix it?
pawn Код:
native FillHP(playerid, Float:Health+100);
native FillHP(playerid, Float:Health+100);
FillHP(playerid)
{
SetPlayerHealth(playerid, 100);
}