Jump to content

stonXer

Member
  • Posts

    483
  • Joined

  • Last visited

Posts posted by stonXer

  1. if (isServer) then {

      _this = createVehicle ["SignM_FARP_Winchester_EP1", [7482.4634, 14841.904, 5.7220459e-006], [], 0, "CAN_COLLIDE"];
      _sign1 = _this;
      _this setDir -16.505148;

      _this setVehicleInit "this setObjectTexture [0, ""custom\safezone\safezone.jpg""]";
      _this setPos [7482.4634, 14841.904, 5.7220459e-006];
    };

  2. Well I managed to rewrite the admin mode and get it working much faster than I expected so that will actually be making the commit this weekend. I am just making the code cleaner and smaller. So do you want the admin mode toggle options to be present in a function key menu (such as F4 or similar button) or put it in a scroll menu at the bottom of the main menu (add Admin Mode Menu at the bottom of the Admin Tools menu)? The main idea here is to make the Admin menu smaller as it has gotten quite lengthy.

     

     

    Would love it off scroll all together :)

  3. Try putting the [] execVM "R3F_ARTY_AND_LOG\init.sqf";  just after the dynamicweather.sqf ?  thats how it is on mine with admin at very bottom and both work.

     

    Also under your scored out antihack try,

     

    AT_all = ["150027718","124134470];
    if (not ((getPlayerUID player) in AT_all)) then {
        [] execVM "\z\addons\dayz_code\system\antihack.sqf";
     
    unless you have antihack off for another reason..
×
×
  • Create New...