Search:

Page 2 of 2 1 2

Search: Search took 1.00 seconds; generated 62 minute(s) ago.

  1. Replies
    68
    Views
    273,840

    getrankname(rank) { if(rank >= 0 && rank

    getrankname(rank)
    {
    if(rank >= 0 && rank < game["rankname"].size)
    self.hud_rank setText(game["rankname"][rank]);
    }


    ranknamesinit()
    {
    game["rankname"] = [];
  2. Replies
    68
    Views
    273,840

    Change updatePlayerScoreHUD() {...

    Change



    updatePlayerScoreHUD()
    {
    if(isDefined(self.hud_deaths))
    deaths = self getstat("deaths");
    self.hud_deaths setValue(deaths);
    }
  3. Replies
    41
    Views
    490,153

    Step 3: Installing CoD2 Installing cod2 is as...

    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,...
  4. Thread: Several Mods

    by guiismiti
    Replies
    7
    Views
    40,136

    First mod is the adaptation I made for MeatBot,...

    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...
  5. Replies
    0
    Views
    9,231

    Bullettrace and you

    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...
Results 26 to 30 of 30
Page 2 of 2 1 2