[Support] VIP Menu
-
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!" ); }
-
This should be obvious but don't abuse mod menu style cheats on public servers. We have actually had people blame the client when really it's an abusive admin using a gsc menu.
-
Enki if you read this could you add me on discord please? Could definitely use your help! SinkH20#1906
-
@SinkH20 I personally don't like how people are running their servers right now. They are just skidding every single gsc script they can find and trying to make profit out of it.
-
frosty pretty much........
-
Im actually looking to make no money of my server. If it becomes a success and people are interested in new stuff then of course ill sell extras. I see frosty and a few others literally asking for scripts as well. Theres no harm in using them if we got permission to do so
-
-
Hello Guys!
To make one thing clear!
I am the owner of a gaming team and we host the server from our own pocket!
We don't want to do any in-game sales at all, we just want to do hit trick shots together!Regarding the VIP menu, we will also not use this commercially, but only pass on further functions to loyal members!
I just wanted to make this clear so as not to make a false impression!
Best Regards
Beatology -
-
Latency Optimizer 4 lower ping
-
-
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
-
-
GerardS0406 what dose it mean call this function
-
-
GerardS0406 what dose it mean