SA-MP Forums Archive
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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: tag mismatch (/showthread.php?tid=80002)



tag mismatch - kLx - 01.06.2009

I was searching the forum.. nothing. I know, its just a warning, but I hate warning !
pawn Код:
Info[Money][playerid] = dUserINT(PlayerName(playerid)).("money");
    Info[Score][playerid] = dUserINT(PlayerName(playerid)).("Score");
    Info[Vehicle][playerid] = dUserINT(PlayerName(playerid)).("Vehicle");
    Info[Spawn][playerid] = dUserINT(PlayerName(playerid)).("SpawnX"),dUserINT(PlayerName(playerid)).("SpawnY"),dUserINT(PlayerName(playerid)).("SpawnZ");
Gives me :
Код:
C:\Documents and Settings\Simas\Desktop\samp\gamemodes\drift.pwn(78) : warning 217: loose indentation
C:\Documents and Settings\Simas\Desktop\samp\gamemodes\drift.pwn(93) : warning 213: tag mismatch
C:\Documents and Settings\Simas\Desktop\samp\gamemodes\drift.pwn(94) : warning 213: tag mismatch
C:\Documents and Settings\Simas\Desktop\samp\gamemodes\drift.pwn(95) : warning 213: tag mismatch
C:\Documents and Settings\Simas\Desktop\samp\gamemodes\drift.pwn(96) : warning 213: tag mismatch
C:\Documents and Settings\Simas\Desktop\samp\gamemodes\drift.pwn(97) : warning 217: loose indentation
C:\Documents and Settings\Simas\Desktop\samp\gamemodes\drift.pwn(101) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
7 Warnings.



Re: tag mismatch - Jefff - 01.06.2009

Код:
Info[playerid][Money]
xD

and rest the same


Re: tag mismatch - kLx - 01.06.2009

zooooooooomg DD
stupid me
Thanks Jefff