SA-MP Forums Archive
y i get those errors???? - 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: y i get those errors???? (/showthread.php?tid=238393)



y i get those errors???? - [ProX]BlueFire - 11.03.2011

y i get those errors?

Код:
C:\Documents and Settings\galina\щемзп дтбегд\ъйчйдщм чйшйм\server\gamemodes\Freeroam1.pwn(144) : error 017: undefined symbol "playerid"
C:\Documents and Settings\galina\щемзп дтбегд\ъйчйдщм чйшйм\server\gamemodes\Freeroam1.pwn(146) : error 001: expected token: ";", but found "new"
C:\Documents and Settings\galina\щемзп дтбегд\ъйчйдщм чйшйм\server\gamemodes\Freeroam1.pwn(146) : error 021: symbol already defined: "string"
C:\Documents and Settings\galina\щемзп дтбегд\ъйчйдщм чйшйм\server\gamemodes\Freeroam1.pwn(147) : error 017: undefined symbol "playerid"
C:\Documents and Settings\galina\щемзп дтбегд\ъйчйдщм чйшйм\server\gamemodes\Freeroam1.pwn(148) : error 017: undefined symbol "playerid"



Re: y i get those errors???? - xir - 11.03.2011

Show those lines


Re: y i get those errors???? - Mauzen - 11.03.2011

Because playerid is not defined in the current function and "string" gets defined twice and you forgot a ";" at the end of line 145

Too hard to read this out of the error messages?