Real Big Problem! (FAST HELP) ): - 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: Real Big Problem! (FAST HELP) ): (
/showthread.php?tid=338520)
Real Big Problem! (FAST HELP) ): -
James Coral - 30.04.2012
Код:
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(623) : error 029: invalid expression, assumed zero
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(623) : error 004: function "OnDialogResponse" is not implemented
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(631) : error 017: undefined symbol "dialogid"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(633) : error 017: undefined symbol "response"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(635) : error 017: undefined symbol "listitem"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(639) : error 017: undefined symbol "listitem"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(643) : error 017: undefined symbol "listitem"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(647) : error 017: undefined symbol "listitem"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(651) : error 017: undefined symbol "listitem"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(655) : error 017: undefined symbol "listitem"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(850) : error 017: undefined symbol "dialogid"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(852) : error 017: undefined symbol "response"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(854) : error 017: undefined symbol "listitem"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(858) : error 017: undefined symbol "listitem"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(862) : error 017: undefined symbol "listitem"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(866) : error 017: undefined symbol "listitem"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(870) : error 017: undefined symbol "listitem"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(874) : error 017: undefined symbol "listitem"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(878) : error 017: undefined symbol "listitem"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(886) : error 017: undefined symbol "dialogid"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(888) : error 017: undefined symbol "response"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(890) : error 017: undefined symbol "listitem"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(894) : error 017: undefined symbol "listitem"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(898) : error 017: undefined symbol "listitem"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(902) : error 017: undefined symbol "listitem"
C:\Users\eesti\Desktop\pildid\SAMP\gamemodes\Dream.pwn(906) : error 017: undefined symbol "listitem"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
And here is the code:
http://pastebin.com/JTd9iD79
Please someone fix it ):
Re: Real Big Problem! (FAST HELP) ): -
iRemix - 30.04.2012
Try this:
http://pastebin.com/urrsyvGq
Rep if I helped.
Re: Real Big Problem! (FAST HELP) ): -
denNorske - 30.04.2012
Hmm, i tested it a bit, cant find the problem.. I am not pro yet, so lets wait for others to look at this
Re: Real Big Problem! (FAST HELP) ): -
MP2 - 30.04.2012
Likely a missing bracket.