Suggestion on a script for spawning banned vehicles

Merg

Well-Known Member
Alot of vehicles are banned in DayZ, and it would be nice to spawn in some of the banned vehicles.

With custom loot tables you can spawn in M107s for example and pick them up, but they are configured not to do any blood damage.

Why could you not create a script that spawns in banned vehicles at every server restart?

something like this:
Code:
_tank = "T90" createVehicle (position player);

This would spawn a T90 tank on the player. Of course writing information into MySQL would not be possible.
 
Back
Top