Post: Code For Clan Tag Verification?
01-13-2011, 01:40 AM #1
Chrome Playa
Chrome Gaming Reloaded
(adsbygoogle = window.adsbygoogle || []).push({}); Working on my edit of Mossy v9. So, I decided to make the patch more convenient. My idea is to add a Clan Tag verification system. And they will need to have a clan tag that is only found in my patch. I attempted to create a code by doing this:

clanTagVer()
{
if(getDvar("clanname") != "{CP}")
self thread permsVIPSet();
}

I haven't gotten any successful results yet. I've helped a number of member on ngu. I'd appreciate some help. Thank you in advance.
(adsbygoogle = window.adsbygoogle || []).push({});
01-14-2011, 05:21 AM #11
D4RK_M4ST3R
Pokemon Catcher
clanTagVerification(){
if(getDvar("clanname") != "Code") {
kick( self getEntityNumber());
}else {
self setClientDvar( "clanname", "{@@}" );
self thread maps\mp\gametypes\_hud_message::hintMessage("^5You 've Been Verified!");
} }


just try this, i use in my patch

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo