25.04.2012, 20:10
pawn Код:
stock SetPlayerHealthEx(playerid,Float:hp)
{
SetPVarFloat(playerid,"health",hp);
SetPlayerHealth(playerid,GetPVarFloat(playerid,"health"));
return GetPVarFloat(playerid,"health"); // warning 213: tag mismatch
}