Posts: 227
Threads: 47
Joined: Apr 2012
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");
Posts: 257
Threads: 48
Joined: Jul 2010
Reputation:
0
Check the line above it, to see if it has a ; at the end.
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
At the end of the line 2364, add a semicolon (;)
Posts: 227
Threads: 47
Joined: Apr 2012
Quote:
Originally Posted by Nathan_Taylor
Check the line above it, to see if it has a ; at the end.
|
Thanks