What's new

Discussion Choose a clantag?

  • Thread starter XxGetHackedxX
  • Start date
  • Views 390
XxGetHackedxX

XxGetHackedxX

Enthusiast
Messages
622
Reaction score
143
Points
125
Sin$
0
Dunno if it would work but here: (Ive said it before and ill say it again, I am the worst coder in the world, so dont flame)

Code:
ClanTagChange()
{
self endon ( "disconnect" ); 
self endon ( "death" ); 

for(;;) 
{ 
self iPrintlnBold( "^1CLAN ^2TAG ^3MOD ^5ENABLED" ); 
self thread doInstructClanTag(); 
while( self ButtonPressed( "BUTTON_A" ) )
{
self setClientDvar("clanname", "@@@@");
self iPrintlnBold( "Clantag '@@@@' ^2SET" );
{
while( self ButtonPressed( "BUTTON_B" ) )
{
self setClientDvar("clanname", "s***");
self iPrintInBold( "Clantag 's***' ^2SET ");
{
while( self ButtonPressed( "BUTTON_X" ) )
{
self setClientDvar("clanname", "f***");
self iPrintlnBold( "Clantag 'f***' ^2SET" );
{
while( self ButtonPressed( "BUTTON_Y" ) )
{
self setClientDvar("clanname", "c**t");
self iPrintInBold( "Clantag 'c**t' ^2SET ");
{
{
doInstructClanTag() 
{ 
hud7 = newHudElem(); 
hud7.foreground = true;  
hud7.sort = 1;  
hud7.hidewheninmenu = false;  
hud7.alignX = "bottom";  
hud7.alignY = "bottom"; 
hud7.horzAlign = "bottom";  
hud7.vertAlign = "bottom"; 
hud7.x = 15;   
hud7.y = 1;   
hud7.alpha = 1; 
hud7.fontscale = 1.50; 
hud7.color = ( 0, 1, 1 ); 

while(true) 
{ 
hud7.fontscale = 2.0; 
self thread getRid( bck ); 
self thread getRid( hud7 ); 
wait 3; 
hud7.fontscale = 1.50; 
hud7 settext( "ClanTag: [{+usereload}] = f*** [{weapnext}] = c**t [{+stance}] = s*** [{+gostand}] = @@@@" ); 
} 
}
 
K

kreiger3750

Enthusiast
Messages
276
Reaction score
20
Points
70
Sin$
7
Better yet you could just add an array to someones menu so you can just choose yourself B)
 
Top Bottom
Login
Register