WTF is the problem? - 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: WTF is the problem? (
/showthread.php?tid=191831)
WTF is the problem? -
kiss - 20.11.2010
WTF is problem?
C:\Users\Knut\Desktop\*\Tavafiled\gamemodes\mtrp.p wn(3002) : error 001: expected token: ";", but found "-identifier-"
Error Line: GetPlayerName(playerid, plname, sizeof(plname));
Re: WTF is the problem? -
Vince - 20.11.2010
You forgot a ';' on the previous line.
Re: WTF is the problem? -
kiss - 20.11.2010
Quote:
Originally Posted by Vince
You forgot a ';' on the previous line.
|
sorry im noob but where i but it?
Re: WTF is the problem? -
DRIFT_HUNTER - 20.11.2010
Open your GM and find error line just look one up and add ; at the end
For example:
Error Line is 60: GetPlayerName(playerid, plname, sizeof(plname));
Then you take a look at line 59 and add ; at the end