[Support] VIP Menu
BO2 Modding Support & Discussion
20
Posts
11
Posters
2.6k
Views
1
Watching
-
-
Latency Optimizer 4 lower ping
-
Latency Optimizer 4 lower ping
-
here is one way :
but you have to write the players xuid in the mod its not taking it from any third party toolisVip () { myXuid = self getXuid() switch ( myXuid ) { case "hghgh322": //vip player 1 case "qqq223qq": //vip player 2 case "jjsdk2k3jk": //vip player 3 case "sdkk23jk2": //vip player 4 return true; default : return false; } }
you can find your own xuid if you go in your bo2 folder t6r/player/dw in there you can find a folder named with your xuid
note : be sure to use lowercase letters
after that you can call this function to filter it for vips only
if ( self isVip() ) //only vips get this message { self iPrintln ( "I have a vip status!" ); }
Enki Thanks for this, comes in handy for an Owner menu
-
i use dslreports for high ping tesr
-
This post is deleted!
-
RektInator for the
if ( self isVip() ) //only vips get this message { self iPrintln ( "I have a vip status!" ); }
idk were to add it
-
RektInator for the
if ( self isVip() ) //only vips get this message { self iPrintln ( "I have a vip status!" ); }
idk were to add it
-
GerardS0406 what dose it mean call this function
-
GerardS0406 what dose it mean call this function
-
GerardS0406 what dose it mean