Errors - 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: Errors (
/showthread.php?tid=444213)
Errors -
semaj - 15.06.2013
Code:
C:\Documents and Settings\james\Desktop\Titanium Roleplay GM\Copy of Copy of Titanium Roleplay with login\gamemodes\test.pwn(93) : error 017: undefined symbol "UserPath"
C:\Documents and Settings\james\Desktop\Titanium Roleplay GM\Copy of Copy of Titanium Roleplay with login\gamemodes\test.pwn(95) : error 017: undefined symbol "UserPath"
C:\Documents and Settings\james\Desktop\Titanium Roleplay GM\Copy of Copy of Titanium Roleplay with login\gamemodes\test.pwn(96) : error 017: undefined symbol "DIALOG_LOGIN"
C:\Documents and Settings\james\Desktop\Titanium Roleplay GM\Copy of Copy of Titanium Roleplay with login\gamemodes\test.pwn(96) : error 017: undefined symbol "COL_WHITE"
C:\Documents and Settings\james\Desktop\Titanium Roleplay GM\Copy of Copy of Titanium Roleplay with login\gamemodes\test.pwn(96) : warning 215: expression has no effect
C:\Documents and Settings\james\Desktop\Titanium Roleplay GM\Copy of Copy of Titanium Roleplay with login\gamemodes\test.pwn(96) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Documents and Settings\james\Desktop\Titanium Roleplay GM\Copy of Copy of Titanium Roleplay with login\gamemodes\test.pwn(96) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Errors.
i followed this ->
https://sampforum.blast.hk/showthread.php?tid=376424
Re: Errors -
WillyP - 15.06.2013
http://pastebin.com/AHXvdnwE
Re: Errors -
semaj - 15.06.2013
tried that willy still get
Code:
C:\Documents and Settings\james\Desktop\Titanium Roleplay GM\Copy of Copy of Titanium Roleplay with login\gamemodes\test.pwn(105) : warning 217: loose indentation
C:\Documents and Settings\james\Desktop\Titanium Roleplay GM\Copy of Copy of Titanium Roleplay with login\gamemodes\test.pwn(282) : warning 217: loose indentation
C:\Documents and Settings\james\Desktop\Titanium Roleplay GM\Copy of Copy of Titanium Roleplay with login\gamemodes\test.pwn(283) : warning 217: loose indentation
C:\Documents and Settings\james\Desktop\Titanium Roleplay GM\Copy of Copy of Titanium Roleplay with login\gamemodes\test.pwn(284) : warning 217: loose indentation
C:\Documents and Settings\james\Desktop\Titanium Roleplay GM\Copy of Copy of Titanium Roleplay with login\gamemodes\test.pwn(302) : warning 217: loose indentation
C:\Documents and Settings\james\Desktop\Titanium Roleplay GM\Copy of Copy of Titanium Roleplay with login\gamemodes\test.pwn(303) : warning 217: loose indentation
Re: Errors -
WillyP - 15.06.2013
Loose indentations are fine, but if you still want to get rid of them then have a quick look at
this.
It tells you about indentation and other things, and if you're still having problems PM me
Re: Errors -
semaj - 15.06.2013
cheers mate managed to get rid of them, who would think not having it lined up would have mattered lol