Post: Make whole lobby VIP/Admin/Verified GSC Code?
06-26-2015, 01:45 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Can someone please let me know the code to make a whole lobby Veirfied on a GSC menu, need it for the times i host open lobbies Smile
Thanks for the help!
(adsbygoogle = window.adsbygoogle || []).push({});
06-26-2015, 02:06 AM #2
itsSorrow
In my man cave
look at the source engine base code
06-26-2015, 07:37 AM #3
TehMerkMods
I’m too L33T
Originally posted by Matroix7 View Post
look at the source engine base code


Originally posted by TheCodModderHD View Post
Can someone please let me know the code to make a whole lobby Veirfied on a GSC menu, need it for the times i host open lobbies Smile
Thanks for the help!


Pretty sure you could have just told him how to do it....
Nvm i forgot you don't know how :laim:
Anyways
    foreach(player in level.players)
{
if (player isHost() || player.status == "VIP" || player.status == "Admin" || player.status == "Co-Host")
{
}
else
//now here just put the verification level you want them to have so co-host, admin and so on
}
06-26-2015, 03:37 PM #4
Originally posted by TehMerkMods View Post
Pretty sure you could have just told him how to do it....
Nvm i forgot you don't know how :laim:
Anyways
    foreach(player in level.players)
{
if (player isHost() || player.status == "VIP" || player.status == "Admin" || player.status == "Co-Host")
{
}
else
//now here just put the verification level you want them to have so co-host, admin and so on
}


Is that fully automatic? i need it for the lobby menu so i press "Give All VIP" and the lobby will get it i dont want it so they automatically have it
06-26-2015, 03:39 PM #5
TehMerkMods
I’m too L33T
Originally posted by TheCodModderHD View Post
Is that fully automatic? i need it for the lobby menu so i press "Give All VIP" and the lobby will get it i dont want it so they automatically have it


You must create the function but that is the code.

You could add my skype @ Merk.sln if you need help

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo