02.09.2011, 10:53
Hey,
I got an error with the Define at the end.
How can i fix this simple?
I have defined VERSION 0.2
And i got the following errors:
Thanks!
I got an error with the Define at the end.
How can i fix this simple?
pawn Код:
SetVehicleNumberPlate(cars[tellen] = CreateVehicle(Model, pos[0], pos[1], pos[2], pos[3], color[0], color[1], -1), "RDD V"VERSION);
And i got the following errors:
Quote:
C:\Users\Administrator\Desktop\DD\gamemodes\RDD.pw n(1189) : error 001: expected token: "-string end-", but found "-identifier-" C:\Users\Administrator\Desktop\DD\gamemodes\RDD.pw n(1189) : warning 215: expression has no effect C:\Users\Administrator\Desktop\DD\gamemodes\RDD.pw n(1189) : error 001: expected token: ";", but found ")" C:\Users\Administrator\Desktop\DD\gamemodes\RDD.pw n(1189) : error 029: invalid expression, assumed zero C:\Users\Administrator\Desktop\DD\gamemodes\RDD.pw n(1189) : fatal error 107: too many error messages on one line |