SA-MP Forums Archive
help needed - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: help needed (/showthread.php?tid=205456)



help needed - mhking - 01.01.2011

I added some codesw then came that
Код:
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\Lolz.pwn(101) : error 001: expected token: ";", but found "-identifier-"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\Lolz.pwn(101) : error 010: invalid function or declaration
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\Lolz.pwn(102) : error 001: expected token: ";", but found "-identifier-"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\Lolz.pwn(102) : error 010: invalid function or declaration
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\Lolz.pwn(103) : error 001: expected token: ";", but found "-identifier-"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\Lolz.pwn(103) : error 010: invalid function or declaration
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\Lolz.pwn(104) : error 001: expected token: ";", but found "-identifier-"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\Lolz.pwn(104) : error 010: invalid function or declaration
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\Lolz.pwn(105) : error 001: expected token: ";", but found "-identifier-"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\Lolz.pwn(105) : error 010: invalid function or declaration
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\Lolz.pwn(106) : error 001: expected token: ";", but found "-identifier-"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\Lolz.pwn(654) : error 001: expected token: ",", but found "-identifier-"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\Lolz.pwn(654) : warning 215: expression has no effect
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\Lolz.pwn(654) : error 001: expected token: ";", but found ")"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\Lolz.pwn(654) : error 029: invalid expression, assumed zero
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\Lolz.pwn(654) : fatal error 107: too many error messages on one line
HELP!


Re: help needed - Alex_Valde - 01.01.2011

Mate, please show the lines where the errors and warnings are.


Re: help needed - Jordan Smith - 01.01.2011

he missed ";"


Re: help needed - mhking - 01.01.2011

101-106
Код:
new Text:asshole;
new Text:sgt first;
new Text:noob;
new Text:gangsta;
new Text:underboss;
new Text:Boss;
654
TextDrawShowForPlayer(playerid, Sgt First);


Re: help needed - Grim_ - 01.01.2011

Make sure line 100 has a semicolon ( ; ) at the end.


Re: help needed - mhking - 01.01.2011

Quote:
Originally Posted by Grim_
Посмотреть сообщение
Make sure line 100 has a semicolon ( ; ) at the end.
It has


Re: help needed - Grim_ - 01.01.2011

Please show lines 95-110.