#5

Quote:
Originally Posted by park4bmx
Посмотреть сообщение
Look the code I given u will not work as u need to fill it In!
The second variable is missing which you need to check yourself.
Great that you mentioned that in your first post as well! It was really clear in that one!

@OP: Create an enum with all vehicleinfo that you need and then create a variable out of that enum. For instance:

pawn Код:
enum vInf = { // not even sure if the equals-sign needs to be there
 vId,
 vCol1,
 vCol2
};

new VehicleInfo[MAX_VEHICLES][vInf];

// you can now call a variable like this:
VehicleInfo[vehicleid][vCol1];
Reply


Messages In This Thread
help - by JEkvall95 - 27.09.2012, 20:47
Re: help - by park4bmx - 27.09.2012, 20:57
Re: help - by JEkvall95 - 27.09.2012, 21:00
Re: help - by park4bmx - 27.09.2012, 21:16
Re: help - by mamorunl - 28.09.2012, 00:22
Re: help - by JEkvall95 - 28.09.2012, 04:49
Re: help - by samp-gaming - 28.09.2012, 04:51
Re: help - by $mooth - 28.09.2012, 04:57
Re: help - by JEkvall95 - 28.09.2012, 05:04
Re: help - by mamorunl - 28.09.2012, 13:11

Forum Jump:


Users browsing this thread: 3 Guest(s)