Giving vehicles their own ID.
#2

IF I understood what you meant, try something like this:

pawn Код:
new Car[10];

public OnGameModeInit()
{
//do NOT add any vehicles above
Car[0] = CreateVehicle(.....); //Vehicleid = 1, stays always same until you add other vehicles above these
Car[1] = CreateVehicle(.....); //Vehicleid = 2, stays always same until you add other vehicles above these
//And so on

}
I don't know was this what you're looking for, but at least I tried
Reply


Messages In This Thread
Giving vehicles their own ID. - by Ihsan-Cingisiz - 04.04.2011, 18:39
Re: Giving vehicles their own ID. - by Jakku - 04.04.2011, 19:34
Re: Giving vehicles their own ID. - by Ihsan-Cingisiz - 04.04.2011, 20:33

Forum Jump:


Users browsing this thread: 1 Guest(s)