Compile Error
#1

hi all

at this command i get this error:
Код:
pokretna1 = CreateDynamicObject(8263,1992.131,-2477.557,5.0,0.0,0.0,0.0); // Pokretna
this is error:
Код:
expected token: ";", but found "-identifier-"
Reply
#2

no one know?
Reply
#3

Missing semicolon on the live above.

Post times: 14:55 - 15:07
Really, are you that desperate? -.-"
Reply
#4

Yea, Sometimes errors can make ppl desperate :P
Reply
#5

In the line before that one, you have forgot a semicolon:
pawn Код:
// Example
pokretna1 = CreateDynamicObject(8263,1992.131,-2477.557,5.0,0.0,0.0,0.0) // You need a semicolon here.
pokretna1 = CreateDynamicObject(8263,1992.131,-2477.557,5.0,0.0,0.0,0.0); // Pokretna
Just an example^.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)