07.08.2011, 02:58
Ok im trying to make a simple stock thats returns the players health in a float.
Heres the stock:
And here is the error:
Any help?
Thanks in advanced.
Heres the stock:
pawn Код:
stock GetHealth(playerid)
{
new Float:pHealth;
GetPlayerHealth(playerid, pHealth);
return pHealth;//Line 96
}
Код:
(96) : warning 213: tag mismatch
Thanks in advanced.