SA-MP Forums Archive
Hellp :( - 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: Hellp :( (/showthread.php?tid=469471)



Hellp :( - DuongNghia - 13.10.2013

C:\Documents and Settings\Admin\Desktop\VN-RP\gamemodes\modernliferp.pwn(5590) : error 017: undefined symbol "LoadDrugs"
C:\Documents and Settings\Admin\Desktop\VN-RP\gamemodes\modernliferp.pwn(35320) : warning 209: function "SaveDrugs" should return a value
C:\Documents and Settings\Admin\Desktop\VN-RP\gamemodes\modernliferp.pwn(35322) : error 021: symbol already defined: "SaveDrugs"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.


Re: Hellp :( - Astralis - 13.10.2013

post the error lines here.


Re: Hellp :( - DuongNghia - 13.10.2013

C:\Documents and Settings\Admin\Desktop\VN-RP\gamemodes\modernliferp.pwn(5590) : error 017: undefined symbol "LoadDrugs"
C:\Documents and Settings\Admin\Desktop\VN-RP\gamemodes\modernliferp.pwn(35320) : warning 209: function "SaveDrugs" should return a value
C:\Documents and Settings\Admin\Desktop\VN-RP\gamemodes\modernliferp.pwn(35322) : error 021: symbol already defined: "SaveDrugs"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.


Re: Hellp :( - Jstylezzz - 13.10.2013

He means the code that is located on lines 5590, 35320 and 35322. Also, choose a descriptive title next time, "Hellp " doesn't say anything about your problem.


Re: Hellp :( - Astralis - 13.10.2013

Quote:
Originally Posted by DuongNghia
Посмотреть сообщение
C:\Documents and Settings\Admin\Desktop\VN-RP\gamemodes\modernliferp.pwn(5590) : error 017: undefined symbol "LoadDrugs"
C:\Documents and Settings\Admin\Desktop\VN-RP\gamemodes\modernliferp.pwn(35320) : warning 209: function "SaveDrugs" should return a value
C:\Documents and Settings\Admin\Desktop\VN-RP\gamemodes\modernliferp.pwn(35322) : error 021: symbol already defined: "SaveDrugs"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.
this will not help us, you must post your script codes from pawno.exe, not the warnings it gives you after compiling.

open your script, press ctrl+g, enter "5590", copy the line here, then enter "35320", copy the line here, and enter "35322", copy the line here.