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

Fixed.

Remove.

I had a define of Password and in an enum was Password.

/facepalm.
Reply
#2

Show some lines before and after it. As far as I can see there's nothing wrong with that.
Reply
#3

That's what I got confused at Vince, but silly me did something. xD

I've added the fix that I did up at the top for anyone who has this error also

Thanks anyway Vince.
Reply
#4

Thanks ******, I'll bare that in mind!

Also, I've started a vehicle system (SQL)

I want to load them, I have this currently:

pawn Код:
enum Vehicles
{
    ID,
    Model,
    Colour1,
    Colour2
};

new Vehicle[MAX_VEHICLES][Vehicles];
Where do I go from this?

Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)