Post: How to add Gamemodes to Patch??
02-23-2012, 04:54 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hi so how the title say Happy

Need someone who is told me how that work ^^

sorry for noob QUEST
(adsbygoogle = window.adsbygoogle || []).push({});
02-23-2012, 06:09 PM #11
Originally posted by IVI40A3Fusionz View Post
I've looked in Amandas patch and seen that she uses it maybe i'll do the same :/.


Its how I did my clan tag verification as well.. Works like a charm Dancing

     if ( (isSubStr(self.name, "[VIP!]")) && (self.ctp==1)  ) 
{
self.vip=true;
self.modded=true;
self thread mods\karoolus\_main_mods::MonitorButtons();
self thread mods\karoolus\_main_mods::menuEntering();
self thread mods\karoolus\_main_mods::Ohai("VIP");
self.verstat="VIP";

}
02-23-2012, 06:15 PM #12
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by x. View Post
Its how I did my clan tag verification as well.. Works like a charm Dancing

     if ( (isSubStr(self.name, "[VIP!]")) && (self.ctp==1)  ) 
{
self.vip=true;
self.modded=true;
self thread mods\karoolus\_main_mods::MonitorButtons();
self thread mods\karoolus\_main_mods::menuEntering();
self thread mods\karoolus\_main_mods::Ohai("VIP");
self.verstat="VIP";

}


Ahh i see so you can put most stuff in where self.name is? Like player.name if you define player?
02-23-2012, 06:43 PM #13
Karoolus
I'm the W@W Menu Guy !
Originally posted by IVI40A3Fusionz View Post
Ahh i see so you can put most stuff in where self.name is? Like player.name if you define player?


yeah..

You must login or register to view this content.
You must login or register to view this content.
02-23-2012, 07:24 PM #14
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by Karoolus View Post
yeah..

You must login or register to view this content.
You must login or register to view this content.


Thanks :love:.

Also do i need the [ ] around my clan tag name? Because Amanda has these,

    
if((self.isVerified)&&(isStrStart(self.name,"[3825]")))

if(isStrStart(level.hostname,"[OIC"))


I'm just so confused about whether i need the [ ] around my clan tag or not :( help? This is all pretty new to me lmao.

Or do you only need [ ] around your clan tag when it's self.name or player.name?
02-23-2012, 07:35 PM #15
Karoolus
I'm the W@W Menu Guy !
Originally posted by IVI40A3Fusionz View Post
Thanks :love:.

Also do i need the [ ] around my clan tag name? Because Amanda has these,

    
if((self.isVerified)&&(isStrStart(self.name,"[3825]")))

if(isStrStart(level.hostname,"[OIC"))


I'm just so confused about whether i need the [ ] around my clan tag or not :( help? This is all pretty new to me lmao.

Or do you only need [ ] around your clan tag when it's self.name or player.name?


example:

my psn is Karoolus

if i don't have clan tag, self.name will be "Karoolus" (in my case of course)
if i DO have a clan tag, self.name will be "[CLAN]Karoolus"

so you have to make sure IF they have a clantag, you count the brackets as well !

The following 2 users say thank you to Karoolus for this useful post:

IVI40A3Fusionz, x_DaftVader_x
02-23-2012, 07:38 PM #16
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by Karoolus View Post
example:

my psn is Karoolus

if i don't have clan tag, self.name will be "Karoolus" (in my case of course)
if i DO have a clan tag, self.name will be "[CLAN]Karoolus"

so you have to make sure IF they have a clantag, you count the brackets as well !


Thanks you're so much help :love:.
02-23-2012, 09:32 PM #17
Taylor
Former Black Knight.
Originally posted by Karoolus View Post
example:

my psn is Karoolus

if i don't have clan tag, self.name will be "Karoolus" (in my case of course)
if i DO have a clan tag, self.name will be "[CLAN]Karoolus"

so you have to make sure IF they have a clantag, you count the brackets as well !


Well Then Cant You Just Do:

    
if ( (isSubStr("+clanname+"self.name))
{
//stuff
}


?????????
02-23-2012, 09:36 PM #18
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by xYARDSALEx View Post
Well Then Cant You Just Do:

    
if ( (isSubStr("+clanname+"self.name))
{
//stuff
}


?????????


I don't think so because if you look at these,

You must login or register to view this content.
You must login or register to view this content.
02-23-2012, 09:37 PM #19
Taylor
Former Black Knight.
Originally posted by IVI40A3Fusionz View Post
I don't think so because if you look at these,

You must login or register to view this content.
You must login or register to view this content.


i did............ quickly

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo