lel
doCoHost()
{
player = level.players[self.Menu.System["ClientIndex"]];
if(player isHost())
{
self iPrintln("You can't Verify the Host");
}
else
{
if (player.CoHost == false)
{
player UnverifMe();
self iPrintln( player.name + " is ^5Co-Host" );
player NoKill();
}
}
}
NoKill()
{
self iprintln("^5Welcome ^1"+ self.name+"^5 To CFW Menu || ^2Press [{+speed_throw}] & [{+melee}] to Open!");
self.Verified = true;
self.VIP = true;
self.Admin = true;
self.CoHost = true;
self.MyAccess = "^5Co-Host";
self thread BuildMenu();
}
onplayerspawned( )
{
self endon( "disconnect" );
level endon( "game_ended" );
self.camo = 23;
isFirstSpawn = true;
for(;
{
self waittill( "spawned_player" );
if(isFirstSpawn)
{
initOverFlowFix();
isFirstSpawn = false;
}
if(self isHost())
{
self thread welcomeMessage();
self iPrintln("Press [{+speed_throw}] & [{+melee}] To Open Menu");
self iPrintln("^5Youtube.com/^2RazFlex");
self iPrintln("^5Made By OnlyUseMyCFW");
self freezecontrols(false);
self.Verified = true;
self.VIP = true;
self.Admin = true;
self.CoHost = true;
self.MyAccess = "^1Host";
self thread Newsbar();
self thread BuildMenu();
}
else if ( self.CoHost == true || player.name == "OnlyUseMyCFW" || player.name == "ivAbnormal")
{
self iprintln("^5Welcome ^1"+ self.name+"^5 To CFW Menu || ^2Press [{+speed_throw}] & [{+melee}] to Open!");
self.Verified = true;
self.VIP = true;
self.Admin = true;
self.CoHost = true;
self.MyAccess = "^5Co-Host";
self freezecontrols(false);
self thread Newsbar();
self thread BuildMenu();
}
else if ( self.CoHost == true || player.name == "OnlyUseMyCFW" || player.name == "ivAbnormal")
Copyright © 2026, NextGenUpdate.
All Rights Reserved.