Warnings: Tag mismatch - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Warnings: Tag mismatch (
/showthread.php?tid=530639)
Warnings: Tag mismatch -
Sarra - 08.08.2014
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
Re: Warnings: Tag mismatch -
LarryTiger - 08.08.2014
Can you give me full pawno problems?
Re: Warnings: Tag mismatch -
Sarra - 08.08.2014
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.
Re: Warnings: Tag mismatch -
Vince - 08.08.2014
The Float tag starts with a capital letter. This is important.
Re: Warnings: Tag mismatch -
Sarra - 08.08.2014
alright, let me try
-----
:P that's it :p, all warnings disappeared after changing the "f" to "F" :P
thanks +rep