26.12.2013, 01:27
So I decided to make getting the player's health a little quicker with this stock:
But when I compile it says I have a tag mismatch on the 'return' line. I am not seeing the tag mismatch here.
Код:
stock GetHealth(playerid) { new Float:x; GetPlayerHealth(playerid, x); return x; }