rott/kf_sources/HideMut/Classes.backup/u_BindHelper.uc
2026-07-14 20:27:09 +07:00

32 lines
2.3 KiB
Ucode
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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!!")
}