Post: [Release] How to stop people joining you're lobby
10-12-2010, 07:57 PM #1
EliteMossy
TheDigitalBoard.com
(adsbygoogle = window.adsbygoogle || []).push({}); This is what i use as my Anti-Join Mesaure, it works really well

    
funcTAntiJoin()
{ //Made by EliteMossy
if (!level.aj)
{
setDvar("g_password", "whatever");
level.aj = true;
self iPrintLn("Anti-Join Enabled.");
}
else
{
setDvar("g_password", "");
level.aj = false;
self iPrintLn("Anti-Join Disabled");
}
}

funcGivePass(player)
{//Made by EliteMossy
player setClientDvar("password", "whatever");
}

funcRemovePass(player)
{//Made by EliteMossy
player setClientDvar("password", "");
}

add this to onPlayerConnect
if (self isHost())
level.aj = false;



As simple as that.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 12 users say thank you to EliteMossy for this useful post:

Cyrious, DanGFX, divybc, Dreamcather, EZeeH, Karoolus, lmg123, MV-rockers, Northstar-Cody, Sasuke Uchiha, Vampytwistッ, Wild.
10-12-2010, 08:46 PM #11
GUESS_HU
< ^ > < ^ >
Originally posted by Dom View Post
This even on 5*gz


thats his site
10-12-2010, 08:48 PM #12
EliteMossy
TheDigitalBoard.com
Originally posted by pr0z View Post
I lol'd :carling:

By the way, you can put:
    
if(self.name == "Newfag" || self.name == "Oldfag"){
self thread onPlayerSpawned();
} else {
kick(IndexOfPlayer);
}


Not really good is it? Having a whole list of players who ARE allowed. Mine is the most efficient way to achieve this.

I get people all the time ask me, "What is the password".
10-12-2010, 08:54 PM #13
Scouse_Dom
League Champion
Originally posted by HU View Post
thats his site


I meant this isnt even on 5*gz
10-12-2010, 08:55 PM #14
EliteMossy
TheDigitalBoard.com
Originally posted by Dom View Post
I meant this isnt even on 5*gz


Yes it is.
10-12-2010, 10:31 PM #15
Cyrious
Mr. Why So Cyrious?
Sorry, but where would i place this in the file, would it really matter?
10-12-2010, 10:51 PM #16
CHAOZ
Banned
This code is still join able , but intstead of being in the game . You are stuck at the loading screen.
10-12-2010, 11:37 PM #17
Didnt work for me. People still joined. Can i buy your V5 patch?
10-13-2010, 02:56 AM #18
nandos678
Bounty hunter
Sorry to be off topic, but the title should say ''your'' not ''you're"
10-13-2010, 07:23 AM #19
Scouse_Dom
League Champion
Originally posted by EliteMossy View Post
Yes it is.


Yeah it is Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo