SA-MP Forums Archive
error 001 help - 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)
+--- Thread: error 001 help (/showthread.php?tid=570320)



error 001 help - aCloudy - 08.04.2015

How to fix this ?
Error line:
PHP Code:
if(sscanf(params"ui"IDlevel)) return SCM(playeridCOLOR_WHITE""WORD_USAGE"/setlevel [PLAYER_ID] [LEVEL]"); 
The error:
Code:
error 001: expected token: ";", but found "if"



Re: error 001 help - Konstantinos - 08.04.2015

Add a semicolon (;) at the end of the above line.


Re: error 001 help - aCloudy - 08.04.2015

Quote:
Originally Posted by Konstantinos
View Post
Add a semicolon ( at the end of the above line.
Ohh thanks!