Warnings: Tag mismatch
#1

Hello I have 21 warnings: Tag mismatch but everything works fine InGame
pawn Код:
INI_Float("posx", PlayerData[playerid][pPosx]);
I think there's one missing parameter which is "accuracy" but when I set it to 0 or 1 or whatever, I get an error . That's why I ignored this parameter
Код:
fatal error 103: insufficient memory
So maybe I should ignore those warnings?
I am also getting this warning 3 times in this line which is kinda weird (line 2)
pawn Код:
new float:p[3];
GetPlayerPos(playerid, p[0], p[1], p[2]);
But again, everything works fine, I'm using these variables to save the player's last position and it works, so when he logs in he finds himself in the same place where he left the game
Reply
#2

Can you give me full pawno problems?
Reply
#3

Alright, hold on..
-------------
http://www.2shared.com/file/VoJrtCme/sarra.html
Код:
(89) : warning 213: tag mismatch
(90) : warning 213: tag mismatch
(91) : warning 213: tag mismatch
(156) : warning 213: tag mismatch
(157) : warning 213: tag mismatch
(158) : warning 213: tag mismatch
(175) : warning 213: tag mismatch
(175) : warning 213: tag mismatch
(175) : warning 213: tag mismatch
(182) : warning 213: tag mismatch
(183) : warning 213: tag mismatch
(184) : warning 213: tag mismatch
(194) : warning 213: tag mismatch
(194) : warning 213: tag mismatch
(194) : warning 213: tag mismatch
(387) : warning 213: tag mismatch
(387) : warning 213: tag mismatch
(387) : warning 213: tag mismatch
(577) : warning 213: tag mismatch
(578) : warning 213: tag mismatch
(579) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


21 Warnings.
Reply
#4

The Float tag starts with a capital letter. This is important.
Reply
#5

alright, let me try
-----
:P that's it :p, all warnings disappeared after changing the "f" to "F" :P
thanks +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)