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: Warning (
/showthread.php?tid=247498)
Warning -
nuriel8833 - 09.04.2011
Hello everyone
On this line:
PHP код:
if(spawnInfo[i][0] == spawnX[playerid] && spawnInfo[i][1] == spawnY[playerid] && spawnInfo[i][2] == spawnZ[playerid])return SendClientMessage(playerid,COLOR_WARNING, "Warning: you are not allowed to use this command to spawn positions!");
I get this warning (3 times):
PHP код:
warning 213: tag mismatch
I know its something with the spawnInfo and all this stuff but I can't spot it
Any help?