Warning 213: tag mismatch PLEASE
#1

pawn Код:
INI_WriteInt(File,"Armour", GetPlayerArmour(playerid, Armour));
That's the line where i get the error
pawn Код:
warning 213: tag mismatch
Reply
#2

GetPlayerArmour stores the armour in the variable you pass to it.
pawn Код:
GetPlayerArmour(playerid, Armour);
INI_WriteInt(File,"Armour", Armour);
Reply
#3

Same thing,tag mistmatch
Reply
#4

OOps. You need to use the correct ini funcs, INI_WriteInt is for integers not floating point numbers.

pawn Код:
GetPlayerArmour(playerid, Armour);
INI_WriteFloat(File,"Armour", Armour);
Reply
#5

Now i have problems with player health,i maked it to save but when i spawn i die,why?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)