Search results

  1. S

    adding loot to buildings

    hello, i have added building via my server.pbo in the mission.sqf file but i cant get loot to spawn. Can someone some help me with this matter _vehicle_0165 = objNull; if (true) then { _this = createVehicle ["Land_A_BuildingWIP", [6880.2524, 2629.4719, -0.091589585], [], 0, "CAN_COLLIDE"]...
  2. S

    custoum debug monitor

    Hello folks i'm new to this and looking for a little bit of help if possible. I have code for a debug monitor if (isNil "custom_monitor") then {custom_monitor = true;} else {custom_monitor = !custom_monitor;}; while {custom_monitor} do { _kills = player...
Back
Top