29.05.2014, 19:34
Well.. it came to my attention that we have some functions which have return, and others from the same "kind" without returns.
Example:
doesn't return any kind of value, when
will return 1 or 0.
[Well, I've found this in the wiki... not sure if these functions were updated or not]
What am I supposed to do, suppress the return of SetPlayerArmour or...?
Example:
pawn Code:
SetPlayerHealth(playerid, float:amount);
pawn Code:
SetPlayerArmour(playerid, float:amount);
[Well, I've found this in the wiki... not sure if these functions were updated or not]
What am I supposed to do, suppress the return of SetPlayerArmour or...?