03.04.2014, 07:29
GameMode.pwn(4262) : warning 208: function with tag result used before definition, forcing reparse
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Linea 4262:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Linea 4262:
Код:
stock Float:GetPlayerHealthEx(playerid) { if(!IsPlayerNPC(playerid)) return PlayerInfo[playerid][NoHH]; return 0.0; }