Need help after hrs of work - 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: Need help after hrs of work (
/showthread.php?tid=96085)
Need help after hrs of work -
xxjackoxx - 06.09.2009
Hello Guys, Ive Done A Bit Of Stress.. Doing All The Cords I FINALLY DID IT!, So now i have a error! i did it right "i think" all like {"Room1", 2192.4595,-1814.7050,13.5469} this but, now i run into this problem.. C:\Documents and Settings\Twin_Turbo_XP\Desktop\Copy of 2.0.pwn(767) : error 001: expected token: "}", but found "{"
Pawn compiler 3.2.3664 Copyright 1997-2006, ITB CompuPhase
Any help welcomed please.
Re: Need help after hrs of work -
Hiitch - 06.09.2009
{"Room1", 2192.4595,-1814.7050,13.5469} //supposing this is line 767.
C:\Documents and Settings\Twin_Turbo_XP\Desktop\Copy of 2.0.pwn(767) : error 001: expected token: "}", but found "{"
I guess the simple fix would be
pawn Код:
{"Room1", 2192.4595,-1814.7050,13.5469}} //added another bracket there