Help me with this!
#1

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!
Reply
#2

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

I fixed it for him
Reply
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)