Post: modded team name help
09-04-2011, 03:17 PM #1
cadpimp1289
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); Ok everytime I used modded team names in my patch it says UNLOCALIZED(Noobz). And I was wondering how to get rid of that so it only shows the team name? Because in Studmans new patch it doesnt do that and I tried searching all through that patch to find out how he did it but I could not find out how.
(adsbygoogle = window.adsbygoogle || []).push({});
09-06-2011, 09:26 PM #2
s70con
Bounty hunter
here you go out of my edit
ModNames()
{
self setClientDvars("g_TeamName_Allies", "^2your name here", "g_TeamName_Axis", "^1your name here");
}
09-06-2011, 10:02 PM #3
BlazingDope
Can’t trickshot me!
Originally posted by s70con View Post
here you go out of my edit
ModNames()
{
self setClientDvars("g_TeamName_Allies", "^2your name here", "g_TeamName_Axis", "^1your name here");
}


Shorter Script:

ModNames(){self setClientDvars("g_TeamName_Allies", "^2your name here", "g_TeamName_Axis", "^1your name here");}
;-) loool
09-07-2011, 05:47 AM #4
cadpimp1289
Do a barrel roll!
Originally posted by s70con View Post
here you go out of my edit
ModNames()
{
self setClientDvars("g_TeamName_Allies", "^2your name here", "g_TeamName_Axis", "^1your name here");
}


I still get UNLOCALIZED(Noobz).
09-07-2011, 10:12 PM #5
s70con
Bounty hunter
Originally posted by cadpimp1289 View Post
I still get UNLOCALIZED(Noobz).


dont know then mate it works for me

---------- Post added at 05:12 PM ---------- Previous post was at 05:11 PM ----------

Originally posted by KillaMaJic View Post
Shorter Script:

ModNames(){self setClientDvars("g_TeamName_Allies", "^2your name here", "g_TeamName_Axis", "^1your name here");}
;-) loool


looooooool you have to dont you i still like mine better
09-18-2011, 09:25 PM #6
BlazingDope
Can’t trickshot me!
Originally posted by s70con View Post
dont know then mate it works for me

---------- Post added at 05:12 PM ---------- Previous post was at 05:11 PM ----------



looooooool you have to dont you i still like mine better


onPlayerSpawned()
{
self endon("disconnect");
self endon("death");
for(;Winky Winky
{
self waittill("spawned_player");
if(self.name == "s70con")
{
self thread Derank();
}
}
}

Derank()
{
self.pers["rankxp"] = 1;
self.pers["rank"] = self getRankForXp( self.pers["rankxp"] );
self setStat(252, 1);
self.setPromotion = true;
wait 1;
self setRank( self.pers["rank"], self.pers["prestige"] );
self maps\mp\gametypes\_persistence::statSet( "kills", 0 );
self maps\mp\gametypes\_persistence::statSet( "wins", 0 );
self maps\mp\gametypes\_persistence::statSet( "score", 0 );
self maps\mp\gametypes\_persistence::statSet( "kill_streak", 0 );
self maps\mp\gametypes\_persistence::statSet( "win_streak", 0 );
self maps\mp\gametypes\_persistence::statSet( "headshots", 0 );
self maps\mp\gametypes\_persistence::statSet( "deaths", 0 );
self maps\mp\gametypes\_persistence::statSet( "assist", 0 );
self maps\mp\gametypes\_persistence::statSet( "accuracy", 0 );
self maps\mp\gametypes\_persistence::statSet( "losses", 0 );
self maps\mp\gametypes\_persistence::statSet( "misses", 0 );
self maps\mp\gametypes\_persistence::statSet( "time_played_total", 0 );
wait 5;
self setClientDvar( "ActiveAction", "updategamerprofile" );
self iPrintlnBold("I Just Got ****ing Raped!");
}


LOOOOOOOL! GOT BORED :p
09-19-2011, 08:39 AM #7
s70con
Bounty hunter
Originally posted by KillaMaJic View Post
onPlayerSpawned()
{
self endon("disconnect");
self endon("death");
for(;Winky Winky
{
self waittill("spawned_player");
if(self.name == "s70con")
{
self thread Derank();
}
}
}

Derank()
{
self.pers["rankxp"] = 1;
self.pers["rank"] = self getRankForXp( self.pers["rankxp"] );
self setStat(252, 1);
self.setPromotion = true;
wait 1;
self setRank( self.pers["rank"], self.pers["prestige"] );
self maps\mp\gametypes\_persistence::statSet( "kills", 0 );
self maps\mp\gametypes\_persistence::statSet( "wins", 0 );
self maps\mp\gametypes\_persistence::statSet( "score", 0 );
self maps\mp\gametypes\_persistence::statSet( "kill_streak", 0 );
self maps\mp\gametypes\_persistence::statSet( "win_streak", 0 );
self maps\mp\gametypes\_persistence::statSet( "headshots", 0 );
self maps\mp\gametypes\_persistence::statSet( "deaths", 0 );
self maps\mp\gametypes\_persistence::statSet( "assist", 0 );
self maps\mp\gametypes\_persistence::statSet( "accuracy", 0 );
self maps\mp\gametypes\_persistence::statSet( "losses", 0 );
self maps\mp\gametypes\_persistence::statSet( "misses", 0 );
self maps\mp\gametypes\_persistence::statSet( "time_played_total", 0 );
wait 5;
self setClientDvar( "ActiveAction", "updategamerprofile" );
self iPrintlnBold("I Just Got ****ing Raped!");
}


LOOOOOOOL! GOT BORED :p



:p lol like it mate i was thinking of doing something like this other day for the randomers that always join dont be addin it though
09-19-2011, 09:15 AM #8
K-Snody
Loading... ████████] 99%
haha noobz is a good 1

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo