32 lines
2.3 KiB
Ucode
32 lines
2.3 KiB
Ucode
class u_BindHelper extends Object;
|
||
|
||
var array<string> SC;
|
||
var array<string> FP;
|
||
|
||
var array<string> tnames;
|
||
|
||
|
||
// help list for zed spawning
|
||
static function string getString(byte i)
|
||
{
|
||
// i = clamp(i,0,1);
|
||
switch(i)
|
||
{
|
||
case 1:
|
||
return default.SC[rand(default.SC.Length)];
|
||
break;
|
||
case 2:
|
||
return default.FP[rand(default.FP.Length)];
|
||
break;
|
||
default:
|
||
return default.tnames[rand(default.tnames.Length)];
|
||
}
|
||
}
|
||
|
||
|
||
defaultproperties
|
||
{
|
||
tnames=("Angstrem","slew wind","dos$ nigga","Rediska","m14 wannabe","Headshot Spammer","Krim Nash","Elitist bitch","Nikolayi","hina","Loboatomy","~xKFPROx~","jajajaja","Rasmus","shitno","Dildo Saber","ima website","Royer69","Putler","BTS <3","D:|||||","Angry Eyebrows","niggas matter","wipejob","Bodyshot Master","ah1ah2ah3","Trump the Tsar","ahegay","Bloody fag","Emi is a skilless fag","nudes for heals","BH Rules","I Suck","traxixxx.tv","Naruto is ghei","+1 faked","elite pub","dno")
|
||
SC=("Scrake!","Skrak!","Scary Chainsaw Guy!","Scra..dasdasffew","Chainsaw Massacre Time!","Vroom vroom chainsaw inc!")
|
||
FP=("Fleshpony!","Fleshpound!","fp Fp FP!!")
|
||
} |