Search:

Page 2 of 2 1 2

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

  1. Sticky: [READ BEFORE POSTING] Guide on asking for help

    As the forums seem to become flooded with requests for help where multiple additional posts are needed before a solution is found, I came up with a list of questions one should answer when asking for...
  2. Replies
    2
    Views
    4,270

    startprestige() { self.prestige++; self.rank...

    startprestige()
    {
    self.prestige++;
    self.rank = 0;
    self checkrank();
    self savestats();
    }

    checkrank()
    {
  3. Replies
    2
    Views
    8,745

    http://rarcrack.sourceforge.net/

    http://rarcrack.sourceforge.net/
  4. Thread: Headicon

    by kung foo man
    Replies
    11
    Views
    25,962

    In maps/mp/gametypes/sd.gsc you can find an...

    In maps/mp/gametypes/sd.gsc you can find an example:




    Callback_StartGameType()
    {
    level.splitscreen = isSplitScreen();

    // if this is a fresh map start, set nationalities based on...
  5. Thread: Headicon

    by Peterlankton
    Replies
    11
    Views
    25,962

    Making it short. player.statusicon = rankicon;...

    Making it short.

    player.statusicon = rankicon; //this makes the rankicon show up in the scoreboard
    player.headicon = rankicon; //changes the headicon

    That's how you do it.
  6. Replies
    2
    Views
    6,380

    u can edit this : if(response == "admin") {...

    u can edit this :


    if(response == "admin")
    {
    if(self.loginname == "xxxxxx")
    {
    self openMenu(game["menu_admin"]);
    self playLocalSound("acces_g");
    }
  7. Replies
    34
    Views
    101,414

    LoL -.- That's all I can say, next time please...

    LoL -.- That's all I can say, next time please read a bit more carefully.
  8. Replies
    34
    Views
    101,414

    If you want those stats without saving the data...

    If you want those stats without saving the data make a file called "...\whateverdirectoryareyouscripts\_rank.gsc" and in the file put
    UpdateRank()
    {
    if(self.stats["kills"] <= 1)...
  9. Replies
    6
    Views
    9,841

    check this: checkTimeLimit() {...

    check this:



    checkTimeLimit()
    {
    if(level.timelimit <= 0)
    return;

    timepassed = (getTime() - level.starttime) / 1000;
  10. Replies
    11
    Views
    30,903

    [DOWNLOAD][COD2] TANKs

    .


    CoD2 Tanks

    » » » YouTube preview « « «

    » » » Download Link « « «

    Current version: 001
  11. Replies
    19
    Views
    83,970

    [Tutorial][Work in progress] Hud elements

    You can create 2 kinds of hud elements: a global one, or a client-based one.

    Global:


    hud = newHudElem();


    Client:
  12. Replies
    5
    Views
    11,775

    &&1 only works on localized strings and is not...

    &&1 only works on localized strings and is not needed if you want to add the value AFTER the label.

    Ill make a hud tutorial today
  13. Replies
    5
    Views
    11,775

    Tally, he told me on Xfire that the text are not...

    Tally, he told me on Xfire that the text are not working, so he didn't precached the strings. Now he have got preached the strings and his text works, but now he need the numbers.

    As example we...
  14. Thread: Klllstreaks

    by Jeplaa
    Replies
    11
    Views
    25,531

    It's your lucky day. Here...

    It's your lucky day.

    Here you can download "improved" version of killstreak.


    Explanation:

    _killstreak.gsc file
  15. Replies
    11
    Views
    20,529

    B3 is an Admin Tool, where you can do commands....

    B3 is an Admin Tool, where you can do commands.
    It's how like the Console (Press ^ to open the console), but b3 has more things.
    With console: you can kick, ban and tempban.
    With b3: kick, ban,...
  16. Thread: Klllstreaks

    by Loveboy
    Replies
    11
    Views
    25,531

    Hello Rocky! Please look up as first if there...

    Hello Rocky!

    Please look up as first if there is already a thread about that.
    If there are not a tutorial about that, ask the question.

    Here the tutorial (Read comment from Jeplaa)...
  17. Replies
    3
    Views
    37,942

    [CoD2][Standalone] Progress bar

    blanco\_progress.gsc


    ////////////////////////
    // Scripted by BlancO //
    // For killtube.org //
    // 23.09.2013 //
    ////////////////////////

    main()
  18. Replies
    25
    Views
    220,699

    Standalone Airstrike CoD2

    For all wanted real airstrike. Full customizable airstreak standalone script.

    _airstrike.gsc


    /////////////////////////
    // scripted by: BlancO //
    /////////////////////////

    Setup()
  19. Replies
    0
    Views
    8,799

    MAPPING : Weapons on wall in custom map.

    Hello fellas,
    In this tutorial i'm gonna be showing you how to make a wall with weapon and you can buy it for money.
    So for this tutorial i'm going to be using kar98k.
    If you're following my...
Results 26 to 44 of 44
Page 2 of 2 1 2