Hello!
Some People asking how they can spawn some Items.
Well, there is a Class, which can spawn Items.
Open Init.sqf and write for example
TentLarge_Backpack is the Itemdefinition (In this case it is a Large Military Tent)Quote:
createVehicle ["TentLarge_Backpack", [6529.1, 2915.31, 0], [], 0, "CAN_COLLIDE"];
[6529.1, 2915.31, 0] are the Coordinates where it spawns (In this case it is somewhere in Cherno)
You can also Spawn Vehicles with it (thats why it calls spawnvehicle xD)
Quote:
createVehicle ["CivilianSedan", [6529.1, 2912.31, 0], [], 0, "CAN_COLLIDE"];
Please don't forget to like, if this helped you!
Cheers!

