getrankname(rank)
{
if(rank >= 0 && rank < game["rankname"].size)
self.hud_rank setText(game["rankname"][rank]);
}
ranknamesinit()
{
game["rankname"] = [];
getrankname(rank)
{
if(rank >= 0 && rank < game["rankname"].size)
self.hud_rank setText(game["rankname"][rank]);
}
ranknamesinit()
{
game["rankname"] = [];
Change
updatePlayerScoreHUD()
{
if(isDefined(self.hud_deaths))
deaths = self getstat("deaths");
self.hud_deaths setValue(deaths);
}
Step 3: Installing CoD2
Installing cod2 is as simple as uploading the lnxded file (see another thread here on killtube for the binary files) to, for example,...
First mod is the adaptation I made for MeatBot, so it can be used in dedicated servers. I promised to post it, and here it is.
I wrote most of the functions except for the most important one, but...
Hello all
The bullettrace() function is a very cool and powerful tool for scripters in whole cod.
What is bullettrace()?
Bullettrace is a way to fire a non-visible bullet ("MASK_SHOT"), and get...