Search results

  1. S

    Adding vehicle spawns

    Is there any tool that can parse mission.sqf file from 3D editor so it adds vehicles to objects_spawns? I only found ones that are compatible with Bliss hive schema.
  2. S

    Deleting vehicle

    What would be the best way to delete vehicle that is next to a player? This is in my dismantle vehicle script. I was using this: deleteVehicle cursorTarget That just don't work if you quickly turn away or if server is laggy. Would something like this work: {_x setDamage 1} forEach vehicles...
  3. S

    [HELP] Packing Bike

    *Deleted
  4. S

    Bigger backpacks?

    Is there any way to add more slots to backpacks? I know there is 400 slots backpack in Rmod with class name 'AdminPack'. Maybe some how unblock that from dayz_code?
Back
Top