error 001: expected token: ";", but found "-identifier-"
#1

I have this little problem, when i was making objects, and gates which i can open.

C:\RWD serveris\filterscripts\bazeruncis1.pwn(32) : error 001: expected token: ";", but found "-identifier-"
C:\RWD serveris\filterscripts\bazeruncis1.pwn(89) : warning 209: function "OnPlayerCommandText" should return a value
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

How could i fix it?

mainigais = 0 //31
baze = CreateObject(972,1098.048218, 2294.252930, 9.817194, 0.0000, 0.0000, 89.3814); //32
CreateObject(971, 1144.274170, 2282.872314, 13.391321, 0.0000, 0.0000, 0.0000); //33
CreateObject(971, 1152.903320, 2282.856445, 13.390245, 0.0000, 0.0000, 0.0000); //34
Reply
#2

copy the line 32
Reply
#3

i already posted them in topic main, look at the code ending
Reply
#4

You're missing a ';'

change mainigais = 0

to
pawn Код:
mainigais = 0;
Reply
#5

Now it shows like this.

C:\RWD serveris\filterscripts\bazeruncis1.pwn(32) : error 010: invalid function or declaration
Reply
#6

Can you help me, i have this error :
"C:\Documents and Settings\12\Bureau\poker.pwn(241) : error 001: expected token: ";", but found "-identifier-""
Reply
#7

It means you're missing a semi-colon ( ; ) on the line before, simple as that.
Reply
#8

Have you got
pawn Код:
new mainigais;
anywhere in your filterscript? If not then add it.
Reply
#9

thanks guys ty very much " +REP "
Reply
#10

This thread was from 2012, no reason to bump it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)