Jump to content

Bandit

Member
  • Posts

    58
  • Joined

  • Last visited

Everything posted by Bandit

  1. Hello, to open the DZAI vehicle you should go to the file DZAI\spawn_functions\spawnVehiclePatrol.sqf find the line _vehicle setVehicleLock "LOCKED"; change to _vehicle setVehicleLock "UNLOCKED"; you can also add under this line _vehicle addEventHandler ["GetIn",{_nil = [nil,(_this select 2),"loc",rTITLETEXT,"Warning: This vehicle will disappear on server restart!","PLAIN DOWN",5] call RE;}]; this will warn that the vehicle will disappear after the restart (vehicles can be sold) you can also add loot to this transport by changing clearWeaponCargoGlobal _vehicle; clearMagazineCargoGlobal _vehicle; change to _vehicle addWeaponCargoGlobal ["",10]; _vehicle addMagazineCargoGlobal ["",10];
  2. Are you still having problems with the installation? or have you already figured it out? If you still haven’t solved the problem, write what’s going on, errors in the RTP? or you just log into the server but the admin tool doesn’t work? many people enter their steam ID into the config incorrectly - it should look like this ```local _owner = [[["BANDIT"], "76561198069130580", true, false, true, ""]]; ```
×
×
  • Create New...