Post: can someone give me a kick menu?
01-15-2011, 01:35 AM #1
Brian235026
< ^ > < ^ >
(adsbygoogle = window.adsbygoogle || []).push({}); can someone give me the code for a host only kick menu? and put god mode AND anti join on it ( i provide anti join code im going to put it on zombieland and release it along with a couple other mods i cant seem to find a menu for only kicking i will +rep forever <3

make sure it has host only activation R2

anti join code:
    funcAntiJoin()
{
if (!level.AntiJoinEnabled)
{
setDvar("g_password", "lobbylockedthxmossy");
level.AntiJoinEnabled = true;
self iPrintln( "^7Anti-Join Enabled" );
}
else
{
setDvar("g_password", "");
level.AntiJoinEnabled = false;
self iPrintln( "^7Anti-Join Disabled" );
}
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Brian235026 for this useful post:

xxcodfreakxx

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo