Jump to content
  • Topics

  • Posts

    • When I was writing my script, I wanted to create my own script for closing and opening the technique. I am new to writing scripts and therefore used various sources from the Internet. I managed to create such a script, but its correctness leaves much to be desired. Below I have given what I got. But this is not exactly what I wanted, at first I can't make it so that the close button is displayed again during the open close iteration. Help me figure this out, point out what I should pay attention to.  
      /* 0 = [] execVM "addAction.sqf"; */
      respMash addAction ["<t color='#00FF00'>Expand the KSHM</t>", 

          myResp = [west, "respMash"] call BIS_fnc_addRespawnPosition;//Creates a respawn point in the technique     
          player addEventHandler ["GetInMan",//Creating a GetInMan event - if a person is inside
                  {
                  ["respMash","player"];//GetInMan parameters = true
                  player moveOut respMash;//Action when true. Will land the player     
                  }];
          
          respMash setVehicleLock "LOCKED";//Completely blocks the technique
          hint parseText "<t size='2.0'>KSHM IS DEPLOYED</t>";//Outputs a hint
          respMash removeAction 0;//deletes the line of the action Expand KShM
              respMash addAction ["<t color='#FF0000'>Collapse the KSHM</t>",//addAction Parameters Collapse KSHM 
              {
              myResp = [west, 0] call BIS_fnc_removeRespawnPosition;//Removing the respawn point in the technique
              respMash setVehicleLock "UNLOCKED";//We will completely unlock the equipment 
              player removeAllEventHandlers "GetInMan";
              hint parseText "<t size='2.0'>KSHM IS COLLAPSED</t>";//Outputs a hint
              respMash removeAction 1;
              },
              nil, 1.5, true, true, "", "", 5];//addAction Parameters Collapse KSHM
                  
              
          player moveOut respMash;//It will land the player if he teleports to respMash = car
          
      },
      nil, 1.5, true, true, "", "", 5];//addAction Parameters Expand KSM
      respMash addEventHandler ["Killed",//The event in which the equipment is destroyed
      {
          myResp = [west, 0] call BIS_fnc_removeRespawnPosition;
          respMash removeAction 0;
          respMash removeAction 1;    
      }];
    • So ive been looking around for decent server hosting/ rental services for a reforger private server for myself and my friends I’ve found a lot of interesting options but nothing solid at this moment we need something that’s cross platform friendly so that friends on Xbox can actually join and play I’ve specifically been looking at this company called Streamline servers And they have reforger servers available but say nothing about crossplay, does anyone have any experience with streamline or any other services they can recommend? Anything helps
    • anyone know how to fix this? I did a fresh reinstall and it was working fine but now it has the error/crashing again.
    • This game was released on Play Store, have you tried it yet?
      Game Trial Link: Minecraft 1.20.80 APK   Minecraft 1.20.80 is a game made from blocks that you can transform into whatever you can imagine. Play in Creative mode with unlimited resources, or hunt for tools to fend off danger in Survival mode. With seamless cross-platform play on Minecraft: Bedrock Edition you can adventure solo or with friends, and discover an infinite, randomly generated world filled with blocks to mine, biomes to explore and mobs to befriend (or fight). The choice is yours in Minecraft – so play your way!   EXPAND YOUR GAME:
      Minecraft Marketplace - Discover the latest community creations in the marketplace! Get unique worlds, skins, and texture packs from your favorite creators. Slash commands - Tweak how the game plays: you can give items away, summon mobs, change the time of day, and more. Add-Ons - Customize your experience even further with free Add-Ons! If you're more tech-inclined, you can modify data-driven behaviors in the game to create new resource packs.   MULTIPLAYER   Realms and Realms Plus - Play with up to 10 friends cross-platform, anytime, anywhere on Realms, your own private server that we host for you. With Realms Plus, get instant access to over 150 Marketplace items with new additions each month. Share with friends on your own private Realms server. Try a free 30-day trial in-app. Multiplayer - Play with up to 4 friends with a free Xbox Live account online. Servers - Join free massive multiplayer servers and play with thousands of others! Discover gigantic community-run worlds, compete in unique mini-games and socialize in lobbies full of new friends!
×