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

Plutonium

  1. Home
  2. BO2 Server Hosting Support
  3. Call of Duty BO2 - GSC Load ERROR

Call of Duty BO2 - GSC Load ERROR

Scheduled Pinned Locked Moved BO2 Server Hosting Support
2 Posts 2 Posters 222 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.
  • C3RB3RUSundefined Offline
    C3RB3RUSundefined Offline
    C3RB3RUS
    wrote on last edited by C3RB3RUS
    #1

    Hi, I need help to load my zombies mod menu to my hosted server, whe I put the gsc file in this direcction "server/t6r/maps/mp/gametypes_zm/_clientids.gsc" my server load the mod menu in the CMD but when I connect to my own server, my mod menu doesn´t appear...
    Please help me and thanks.

    1 Reply Last reply
    0
    • xanderalexundefined Offline
      xanderalexundefined Offline
      xanderalex
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      2

      • Login

      • Don't have an account? Register

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