SA-MP Forums Archive
Help me with this! - 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: Help me with this! (/showthread.php?tid=331626)



Help me with this! - Derek_Westbrook - 05.04.2012

Please help I editted and Added some commands on a script and I rename all if strcmpt or what ever it is to CMDplayerid,params[]) and I got this error

Код:
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(61) : warning 217: loose indentation
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(89) : warning 217: loose indentation
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(228) : warning 217: loose indentation
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(287) : warning 217: loose indentation
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(295) : warning 217: loose indentation
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(403) : error 017: undefined symbol "suicide"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(407) : error 001: expected token: ";", but found "return"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(409) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(409) : error 017: undefined symbol "newbie"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(415) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(415) : error 017: undefined symbol "credits"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(421) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(421) : error 017: undefined symbol "rules"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(432) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(432) : error 017: undefined symbol "brules"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(440) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(440) : error 017: undefined symbol "help"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(445) : error 017: undefined symbol "cmds"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(453) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(453) : error 017: undefined symbol "gunshop"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(460) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(460) : error 017: undefined symbol "buydeagle"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(468) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(468) : error 017: undefined symbol "buypistol"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(476) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(476) : error 017: undefined symbol "buyspaz"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(484) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(484) : error 017: undefined symbol "buyshotgun"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(484) : error 029: invalid expression, assumed zero
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(492) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(492) : error 017: undefined symbol "buym4"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(500) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(500) : error 017: undefined symbol "buysniper"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(508) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(508) : error 017: undefined symbol "vrepair"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(518) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(518) : error 017: undefined symbol "vhelp"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(525) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(525) : error 017: undefined symbol "afk"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(530) : warning 217: loose indentation
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(532) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(532) : error 017: undefined symbol "back"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(538) : warning 217: loose indentation
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(540) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(540) : error 017: undefined symbol "cmds"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(547) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(547) : error 017: undefined symbol "checkpoint"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(547) : error 029: invalid expression, assumed zero
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(553) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(553) : error 017: undefined symbol "acmds"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(553) : error 029: invalid expression, assumed zero
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(560) : warning 225: unreachable code
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(560) : error 029: invalid expression, assumed zero
Well yes I edit and added some cmds on this gamemode Clicky ME!


Re: Help me with this! - Faisal_khan - 05.04.2012

arghhh!!!!
Код:
This forum requires that you wait 120 seconds between posts. Please try again in 45 seconds.
PASTE the goddamn code!!


Re: Help me with this! - wolfcock - 05.04.2012

I fixed it for him


Re: Help me with this! - Derek_Westbrook - 05.04.2012

Nah I fixed it sorry for bothering you..But I will REP+ you.I ask my friends on skype how to fix these shit..