11.10.2017, 16:56
put array for amount of vehicles you can put drugs in for example
define DRUG_CARS 69
new DrugCars[DRUG_CARS];
then you have to create vehicle like
DrugCars[0] = AddStaticVehicleEx(info of car); //Bobcat
....
DrugCars69] = AddStaticVehicleEx(info of car); //Bobcat this 69 is number of vehicle(69+0=70 strange math i know)
then when youre making command you must put in like if is vehicle DrugCars do this and if it isnt do this
get it?
define DRUG_CARS 69
new DrugCars[DRUG_CARS];
then you have to create vehicle like
DrugCars[0] = AddStaticVehicleEx(info of car); //Bobcat
....
DrugCars69] = AddStaticVehicleEx(info of car); //Bobcat this 69 is number of vehicle(69+0=70 strange math i know)
then when youre making command you must put in like if is vehicle DrugCars do this and if it isnt do this
get it?