[SOLVED] Whats wrong with this?
#1

SOLVED
Reply
#2

Show the whole engine code so we can help you.

[Doppeyy
Reply
#3

Like i already explained to you in other topic:
Quote:
Originally Posted by Don Correlli
pawn Код:
// array.
new
    Engine[MAX_VEHICLES]; // change it to your own vehicle_define.

// code.
new
    vehicleid = GetPlayerVehicleID(playerid);
Engine[vehicleid] = 1;
You need to define the Engine array and when you're using it you need to know how to use it (an example would be with GetPlayerVehicleID function).
Reply
#4

SOLVED
Reply
#5

Quote:
Originally Posted by Don Correlli
Like i already explained to you in other topic:
Quote:
Originally Posted by Don Correlli
pawn Код:
// array.
new
    Engine[MAX_VEHICLES]; // change it to your own vehicle_define.

// code.
new
    vehicleid = GetPlayerVehicleID(playerid);
Engine[vehicleid] = 1;
You need to define the Engine array and when you're using it you need to know how to use it (an example would be with GetPlayerVehicleID function).
Bool's better, as far as he doesn't have more than two options.
Reply
#6

Try what Don posted and see if that works.

[Doppeyy
Reply
#7

SOLVED
Reply
#8

Put new Engine[MAX_VEHICLES]; on top of the script.
Reply
#9

SOLVED
Reply
#10

Related with Engine? Delete other new Engine lines you have in your script
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)