SA-MP Forums Archive
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=329669)



Errors -_- - F9 - 29.03.2012

I followed this tutorial:
[ame]http://www.youtube.com/watch?v=ch-i9dDtvsM&feature=plcp&context=C488ad91VDvjVQa1PpcF N9aq-aO74MHSOld-WyT5xqaI5Sq71AZcg=[/ame]

and I get these errors;
Код:
C:\Users\Jordan\Desktop\Server\gamemodes\truck.pwn(42) : error 017: undefined symbol "mysql_query"
C:\Users\Jordan\Desktop\Server\gamemodes\truck.pwn(46) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\Jordan\Desktop\Server\gamemodes\truck.pwn(51) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\Jordan\Desktop\Server\gamemodes\truck.pwn(235) : warning 217: loose indentation
C:\Users\Jordan\Desktop\Server\gamemodes\truck.pwn(235) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Jordan\Desktop\Server\gamemodes\truck.pwn(235) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\Server\gamemodes\truck.pwn(235) : error 001: expected token: ";", but found ")"
C:\Users\Jordan\Desktop\Server\gamemodes\truck.pwn(235) : error 029: invalid expression, assumed zero
C:\Users\Jordan\Desktop\Server\gamemodes\truck.pwn(235) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


7 Errors.



Re: Errors -_- - park4bmx - 29.03.2012

By looking at "DIALOG_STYLE_PASSWORD" i can see that your not runnign 0.3d !
the rest i cant say becouse to give the acruall code then the video will be better


Re: Errors -_- - F9 - 29.03.2012

I am running 0.3d tho, I just opened Pawno and hit "new".


Re: Errors -_- - park4bmx - 29.03.2012

Quote:
Originally Posted by F9
Посмотреть сообщение
I am running 0.3d tho, I just opened Pawno and hit "new".
that would happen if it was 0.3d make sure that the pawn is opened from where the 0.3d is installed !


Re: Errors -_- - F9 - 29.03.2012

Ok, I sorted it out but now I get these
Код:
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(42) : error 017: undefined symbol "mysql_query"
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(235) : warning 217: loose indentation
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(235) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(235) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(235) : error 001: expected token: ";", but found ")"
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(235) : error 029: invalid expression, assumed zero
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(235) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Errors.



Re: Errors -_- - F9 - 29.03.2012

Can someone help I really need this done :/

EDIT:
I saw a missed out "," on line 235 now the errors are:
Код:
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(42) : error 017: undefined symbol "mysql_query"
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(235) : warning 217: loose indentation
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(236) : error 017: undefined symbol "mysql_query"
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(249) : warning 217: loose indentation
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(259) : error 017: undefined symbol "kick"
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(264) : warning 217: loose indentation
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(264) : error 020: invalid symbol name ""
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(264) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(264) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(264) : warning 215: expression has no effect
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(264) : error 001: expected token: ";", but found ")"
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(264) : error 029: invalid expression, assumed zero
C:\Users\Jordan\Desktop\eg\pawno\seg.pwn(264) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


7 Errors.



Re: Errors -_- - BigD - 29.03.2012

I've helped him on TV.