02.03.2016, 03:26
Quote:
|
stock Float:GetPlayerHealthEx(playerid,&valor) // warning 208: function with tag result used before definition, forcing reparse
{ valor = vida[playerid]; return valor; } stock Float:GetPlayerArmourEx(playerid,&valor) // warning 208: function with tag result used before definition, forcing reparse { valor = colete[playerid]; return valor; } |


