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

Plutonium

xanderalexundefined

xanderalex

@xanderalex
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
9
Following
5

Posts

Recent Best Controversial

  • How to join a server
    xanderalexundefined xanderalex

    from Pluto's main menu > server browser > select a server and hit connect to server

    BO2 Client Support

  • Call of Duty BO2 - GSC Load ERROR
    xanderalexundefined xanderalex

    Is this a menu you coded yourself or is this a menu you downloaded? Most if not all menus that were made for players that inject it are coded to give the menu to players that are host, using the isHost() function. That won't work if you're using it on your server as that function will return false for all players. If this is the case and you know a bit of GSC, you can fix this by changing the check in onPlayerSpawned() from if(player isHost()) to if(player getXUID() == "yourXUIDhere")

    This is all assuming your server is parsing the file.

    BO2 Server Hosting Support
  • 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