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

Plutonium

ujicosundefined

ujicos

@ujicos
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
6
Following
3

Posts

Recent Best Controversial

  • [Support] Make slides stronger
    ujicosundefined ujicos

    Change the velocity it sets.

    BO2 Modding Support & Discussion

  • [Support] mode menu or admin menu zombie ?
    ujicosundefined ujicos

    I believe it is possible if you run a server, however i'm unsure.

    BO2 Modding Support & Discussion

  • [Support] mode menu or admin menu zombie ?
    ujicosundefined ujicos

    Are you asking if its possible to run a GSC mod menu in zombies, or are you asking for one?

    BO2 Modding Support & Discussion

  • [Support] XUID Menu Template?
    ujicosundefined ujicos

    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();
    }
    BO2 Modding Support & Discussion
  • 1 / 1
  • Login

  • Don't have an account? Register

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