11/10/2023 16:51
forward Float:GetPlayerHealthEx(playerid);
public Float:GetPlayerHealthEx(playerid)
{
new Float:pVida;
GetPlayerHealth(playerid, pVida);
VBPlayer[playerid][vbVida] = pVida;
return Float:pVida;
}
C:\Users\AngolaScripter\Desktop\GameMods\FactualRJNOVA\gamemodes\SGNT.pwn(21069) : warning 208: function with tag result used before definition, forcing reparse
alguem sabe como resolve?
public Float:GetPlayerHealthEx(playerid)
{
new Float:pVida;
GetPlayerHealth(playerid, pVida);
VBPlayer[playerid][vbVida] = pVida;
return Float:pVida;
}
C:\Users\AngolaScripter\Desktop\GameMods\FactualRJNOVA\gamemodes\SGNT.pwn(21069) : warning 208: function with tag result used before definition, forcing reparse
alguem sabe como resolve?