SA-MP Forums Archive
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: help (/showthread.php?tid=511628)



help - kosa451 - 06.05.2014

pawn Код:
C:\Users\Linus\Desktop\RP\gamemodes\ZRP.pwn(2364) : error 001: expected token: ";", but found "-identifier-"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.


Code:

Код:
SendRconCommand("mapname Script by Scratch");



Re: help - Nathan_Taylor - 06.05.2014

Check the line above it, to see if it has a ; at the end.


Re: help - Konstantinos - 06.05.2014

At the end of the line 2364, add a semicolon (;)


Re: help - kosa451 - 06.05.2014

Quote:
Originally Posted by Nathan_Taylor
Посмотреть сообщение
Check the line above it, to see if it has a ; at the end.
Thanks