Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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