Weird tag mismatch warning - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Weird tag mismatch warning (
/showthread.php?tid=257761)
Weird tag mismatch warning -
iGamer - 27.05.2011
pawn Код:
PInfo[playerid][Color] = INI_ReadFloat("Color");
But it's giving the tag mismatch warning.
And yes I've got the Float:Color in the enum PInfo.
Re: Weird tag mismatch warning -
Vince - 27.05.2011
Doesn't make sense. Regular (player) colors are just integer values.