09.04.2012, 00:27
But I only want to respawn vehicles that are in that file vehicles.ini, for every vehicle to respawn.
or maybe any chance by changing the stock line to:
and then when you type a command it deletes all of them and does this after: LoadStaticVehiclesFromFile("vehicles.ini");?
How can I do it?
or maybe any chance by changing the stock line to:
pawn Код:
new TestCars = AddStaticVehicle(vehicletype,SpawnX,SpawnY,SpawnZ+1,SpawnRot,Color1,Color2);
How can I do it?