28.03.2010, 08:30
You know the script GetPlayerHealth right? The script should be like this:
Isn't that right? But the problem is, as you know, PAWNO added somekind of help tooltip to make us easier to make script. But, when i check into GetPlayerHealth function in PAWNO, the tooltip says:
[PAWN]GetPlayerHealth(playerid);[PAWN]
First of all, i think the Float:health are optional, so i didn't use it. And i found on compile, PAWNO told me an error message that the GetPlayerHealth function is wrong, there should be more thing there...
Hope anyone knows about this bug also...
pawn Код:
GetPlayerHealth(playerid, Float:health);
[PAWN]GetPlayerHealth(playerid);[PAWN]
First of all, i think the Float:health are optional, so i didn't use it. And i found on compile, PAWNO told me an error message that the GetPlayerHealth function is wrong, there should be more thing there...
Hope anyone knows about this bug also...