• Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse

Plutonium

[Support] XUID Menu Template?

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
5 Posts 3 Posters 145 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Vulgarundefined Offline
    Vulgarundefined Offline
    Vulgar
    wrote on last edited by Mr. Android
    #1

    Hi,
    I was just wondering if there are any available XUID menu that have basic functions in them? (i.e. Save and Load, UFO, etc).

    I know there are example scripts and a handful of example menu but trying to integrate them into a menu base has not proved effective.

    Please note: I am not requesting anyone create one of these as I don't want to waste your time but if you know of one, it would be much appreciated.

    Thanks in advance.

    1 Reply Last reply
    0
  • ujicosundefined Offline
    ujicosundefined Offline
    ujicos
    wrote on last edited by
    #2

    Are you attempting to make the menu only available for certain XUID's?
    If so, you can simply put this onPlayerSpawned.

    self.xuid = self getxuid();
    then simply run

    code_text

    if(self.xuid == "XUID HERE" || self.xuid == "ANOTHER XUID HERE")
    {
            //function goes here
           //Example: self thread doGodMode();
    }
    Vulgarundefined 1 Reply Last reply
    0
  • Vulgarundefined Offline
    Vulgarundefined Offline
    Vulgar
    replied to ujicos on last edited by
    #3

    ujicos I wasn't looking for that in particular but that will be helpful, many thanks brotha

    Ducxyundefined 1 Reply Last reply
    0
  • Ducxyundefined Offline
    Ducxyundefined Offline
    Ducxy
    replied to Vulgar on last edited by
    #4

    Vulgar i made two menu bases that 95% work. You can find all the other functions with a google search.

    Vulgarundefined 1 Reply Last reply
    0
  • Vulgarundefined Offline
    Vulgarundefined Offline
    Vulgar
    replied to Ducxy on last edited by
    #5

    Ducxy Yeah I had a look at both your templates prior to posting this as I haven't touched a GSC file since I used to use my old Jailbreak; I couldn't get the menu to work after I'd added functions and compiled so that's why I was searching for a pre made one with basic functions.
    I've taken some time and believe I've managed to get it working with my added functions after using your menu base so I might be all good.

    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
  • Login

  • Don't have an account? Register

  • Login or register to search.