help needed
#1

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

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

he missed ";"
Reply
#4

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);
Reply
#5

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

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

Please show lines 95-110.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)