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-14-2010, 06:25 AM #29
Mvp
HateFull
good work mossy
10-19-2010, 04:41 AM #30
iNgLewooD64-
Do a barrel roll!
i just tryed it and its not working right for me so im just going to put hunter's in.
iNgLewooD64
10-19-2010, 08:03 AM #31
Jordan1425
iNCOGNITO™
Originally posted by EliteMossy View Post
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.

can u make it so that when u search a public match u can change the amount of ppl per team and ppl limit to start a game IN PUBLIC SEARCH tho but in PRIVATE MATCH?
10-19-2010, 12:27 PM #32
CHAOZ
Banned
[ame=https://www.youtube.com/watch?v=ff_gAV--x3M]YouTube - Oh You Mad Cuz I'm Stylin On You?[/ame]
10-25-2010, 08:53 PM #33
wow u made that

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo