Getplayerhealth + armour - tag mismatch?
#1

new Float:PlayersHealth;
GetPlayerHealth(playerid, PlayersHealth);
PlayerInfo[playerid][pHealth] = PlayersHealth; warning 213: tag mismatch
format(var, 32, "Health=%d\n",PlayerInfo[playerid][pHealth]);fwrite(hFile, var);
new Float:PlayersArmour;
GetPlayerArmour(playerid, PlayersArmour);
PlayerInfo[playerid][pArmour] = PlayersArmour; warning 213: tag mismatch
format(var, 32, "Armour=%d\n",PlayerInfo[playerid][pArmour]);fwrite(hFile, var);


Can anyone see why i'm getting this?
Reply


Messages In This Thread
Getplayerhealth + armour - tag mismatch? - by [GTA] - 01.12.2010, 09:52
Re: Getplayerhealth + armour - tag mismatch? - by iggy1 - 01.12.2010, 09:56
Re: Getplayerhealth + armour - tag mismatch? - by Shadow™ - 01.12.2010, 09:57
Re: Getplayerhealth + armour - tag mismatch? - by [GTA] - 01.12.2010, 10:07
Re: Getplayerhealth + armour - tag mismatch? - by Shadow™ - 01.12.2010, 10:09
Re: Getplayerhealth + armour - tag mismatch? - by [GTA] - 01.12.2010, 10:13
Re: Getplayerhealth + armour - tag mismatch? - by iggy1 - 01.12.2010, 10:14
Re: Getplayerhealth + armour - tag mismatch? - by Shadow™ - 01.12.2010, 10:25
Re: Getplayerhealth + armour - tag mismatch? - by [GTA] - 01.12.2010, 10:31
Re: Getplayerhealth + armour - tag mismatch? - by iggy1 - 01.12.2010, 10:34

Forum Jump:


Users browsing this thread: 1 Guest(s)