expected token: ";" and expected token: ","
#1

I get these errors

(24434) : error 001: expected token: ",", but found "-rational value-"

(24434) : error 001: expected token: ";", but found ")"

Whats at the lines

Код:
    FCFDgate7 = CreateObject(8948, 662.4800, 1719.5699, 7.9500   0.0000, 0.0000, 310.7900);
Reply
#2

Show me the line above that.
Reply
#3

FCFDgate7 = CreateObject(8948, 662.4800, 1719.5699, 7.9500 (, missing) 0.0000, 0.0000, 310.7900);

Try:

pawn Код:
FCFDgate7 = CreateObject(8948, 662.4800, 1719.5699, 7.9500, 0.0000, 0.0000, 310.7900);
Reply
#4

pawn Код:
FCFDgate7 = CreateObject(8948, 662.4800, 1719.5699, 7.9500, 0.0000, 0.0000, 310.7900);
Reply
#5

Quote:
Originally Posted by Leon9741
Посмотреть сообщение
FCFDgate7 = CreateObject(8948, 662.4800, 1719.5699, 7.9500 (, missing) 0.0000, 0.0000, 310.7900);

Try:

pawn Код:
FCFDgate7 = CreateObject(8948, 662.4800, 1719.5699, 7.9500, 0.0000, 0.0000, 310.7900);
I diden't see it lol. Compiling now.
Reply
#6

Worked
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)