Advertisement
Guest User

Untitled

a guest
May 8th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. diag_log format ['Starting Vehiclesall'];
  2.  
  3. _veh = ObjNull;
  4. _veh = createVehicle["B_G_Offroad_01_armed_F", [6300,7800,0], [], 0, "NONE"];
  5. _veh setVariable["LASTLOGOUT_EPOCH",1000000000000];
  6. _veh setVariable["LAST_CHECK",1000000000000];
  7. EPOCH_VehicleSlotsLimit = EPOCH_VehicleSlotsLimit + 1;
  8. EPOCH_VehicleSlots pushBack str(EPOCH_VehicleSlotsLimit);
  9. _slot = EPOCH_VehicleSlots select 0;
  10. _veh setVariable ['VEHICLE_SLOT',_slot,true];
  11. EPOCH_VehicleSlots = EPOCH_VehicleSlots - [_slot];
  12. EPOCH_VehicleSlotCount = count EPOCH_VehicleSlots;
  13. publicVariable 'EPOCH_VehicleSlotCount';
  14. _veh call EPOCH_server_setVToken;
  15. clearWeaponCargoGlobal _veh;
  16. clearMagazineCargoGlobal _veh;
  17. clearBackpackCargoGlobal _veh;
  18. clearItemCargoGlobal _veh;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement