20.08.2011, 12:48
Hiddos, I've never quite understood why the API was programmed to save a lot of method's returns as variables - such as GetPlayerHealth and GetPlayerName. Surely just returning it would be easier for the user, so we could just do:
pawn Code:
new Float:hp = GetPlayerHealth(playerid);