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



4 warning - rami.chaar2 - 05.08.2012

C:\Documents and Settings\Owner\Desktop\samp03e_svr_R2_win32\gamemo des\trucker2.pwn(264) : warning 203: symbol is never used: "Trailer1Missions"
C:\Documents and Settings\Owner\Desktop\samp03e_svr_R2_win32\gamemo des\trucker2.pwn(264) : warning 203: symbol is never used: "Trailer2Missions"
C:\Documents and Settings\Owner\Desktop\samp03e_svr_R2_win32\gamemo des\trucker2.pwn(264) : warning 203: symbol is never used: "Trailer3Missions"
C:\Documents and Settings\Owner\Desktop\samp03e_svr_R2_win32\gamemo des\trucker2.pwn(264) : warning 203: symbol is never used: "Trailer4Missions"

it say 264 but my script ends at 263 help me plz


Re: 4 warning - RelaxCafe - 05.08.2012

Those are just warnings that do not affect your script in any way. search for traler1missions and if you comment "/* */" "//" them these warnings will disappear.


Re: 4 warning - Devilxz97 - 05.08.2012

pawn Код:
C:\Documents and Settings\Owner\Desktop\samp03e_svr_R2_win32\gamemo des\trucker2.pwn(264) : warning 203: symbol is never used: "Trailer1Missions"
C:\Documents and Settings\Owner\Desktop\samp03e_svr_R2_win32\gamemo des\trucker2.pwn(264) : warning 203: symbol is never used: "Trailer2Missions"
C:\Documents and Settings\Owner\Desktop\samp03e_svr_R2_win32\gamemo des\trucker2.pwn(264) : warning 203: symbol is never used: "Trailer3Missions"
C:\Documents and Settings\Owner\Desktop\samp03e_svr_R2_win32\gamemo des\trucker2.pwn(264) : warning 203: symbol is never used: "Trailer4Missions"
that trailer1/2/3/4 missions is never used ..
if you dont use it remove it then


Re: 4 warning - rami.chaar2 - 05.08.2012

lol i just put it in and it said that


Re: 4 warning - rami.chaar2 - 05.08.2012

and i know it is warning but they do affect my GM it gets bugs


Re: 4 warning - Devilxz97 - 05.08.2012

show me the lines where did u used the Trailer1Missions..


Re: 4 warning - Jstylezzz - 05.08.2012

delete the new Trailermission; things..
there is nothing else, just remove the new TrailerMissions; things


Re: 4 warning - rami.chaar2 - 06.08.2012

guys i fixed them no more warning but thx i am almost done my gamemode