Post: does anyone know how to clantag auth a gsc menu?
08-01-2016, 10:43 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); delete this pleace
(adsbygoogle = window.adsbygoogle || []).push({});
08-02-2016, 10:29 AM #2
seanhellen
Are you high?
You could use
    
getClan()
{
cT = getSubStr(self.name, 0, self.name.size);
if (cT[0] != "[")
return "";
for (i = 0; i < cT.size; i++)
{
if (cT[i] == "]")
break;
}
cT=getSubStr(cT, 1, i);
return cT;
}


To return the clantag and then use something like

    
If(getClan() == "someone")
{
Do stuff for the clan
}
08-02-2016, 09:25 PM #3
dosent work :(
08-03-2016, 06:20 AM #4
seanhellen
Are you high?
I have just tried this and it it works;
    
for(;Winky Winky
{
self waittill("spawned_player");

for(;Winky Winky
{
if(self getClan() == "gsxr") self iprintln("this function works");
wait 1;
}
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo