Making command only available on specific vehicle?
#2

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?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)