Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO2 Server Hosting Support
  3. Uav enable

Uav enable

Scheduled Pinned Locked Moved BO2 Server Hosting Support
5 Posts 3 Posters 87 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ZedCroyundefined Offline
    ZedCroyundefined Offline
    ZedCroy
    wrote on last edited by
    #1

    Hello, im new to server hosting and i wanna know how to enable the uav so it's always enabled.

    MRH69undefined 1 Reply Last reply
    0
    • Resxtundefined Offline
      Resxtundefined Offline
      Resxt Plutonium Staff
      wrote on last edited by Resxt
      #2

      This works in custom games, might work on dedicated servers

      Init()
      {
          level thread OnPlayerConnect();
      }
      
      OnPlayerConnect()
      {
          for(;;)
          {
              level waittill("connected", player);
      
              player setclientuivisibilityflag("g_compassShowEnemies", 1);
          }
      }
      
      1 Reply Last reply
      0
      • ZedCroyundefined Offline
        ZedCroyundefined Offline
        ZedCroy
        wrote on last edited by
        #3

        Which file i put this ?

        Resxtundefined 1 Reply Last reply
        0
        • Resxtundefined Offline
          Resxtundefined Offline
          Resxt Plutonium Staff
          replied to ZedCroy on last edited by
          #4

          ZedCroy you just paste it in notepad and save the file as a .gsc file, whatever you want to name it and put it in scripts mp
          https://plutonium.pw/docs/modding/loading-mods/#loading-existing-scripts-on-t6

          1 Reply Last reply
          0
          • Javiier787undefined Offline
            Javiier787undefined Offline
            Javiier787
            wrote on last edited by
            #5
            This post is deleted!
            1 Reply Last reply
            0

            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Donate