• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

How to Spawn Items!

Newbie Spellweaver
Joined
Oct 20, 2008
Messages
27
Reaction score
19
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

createVehicle ["TentLarge_Backpack", [6529.1, 2915.31, 0], [], 0, "CAN_COLLIDE"];

TentLarge_Backpack is the Itemdefinition (In this case it is a Large Military Tent)
[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)
createVehicle ["CivilianSedan", [6529.1, 2912.31, 0], [], 0, "CAN_COLLIDE"];


Please don't forget to like, if this helped you!
Cheers!
 
Newbie Spellweaver
Joined
Oct 30, 2016
Messages
67
Reaction score
0
Please write coords NWS, chernogorsk, Balota, and Stariy Sobor
 
Newbie Spellweaver
Joined
Nov 20, 2015
Messages
26
Reaction score
2
Is there a way to spawn the vehicle with all parts?
 
Newbie Spellweaver
Joined
Nov 2, 2016
Messages
10
Reaction score
0
where do we put this?



plus, any updated items list?
 
Newbie Spellweaver
Joined
Nov 17, 2016
Messages
8
Reaction score
1
Is there a map that accurately represents coordinates in game?
 
Newbie Spellweaver
Joined
Dec 17, 2017
Messages
33
Reaction score
2
could you help me out with this many thanks i cannot get it to work
 
Back
Top