Search:

Type: Posts; User: kat_

Search: Search took 0.00 seconds.

  1. Thread: hud elem font

    by kat_
    Replies
    4
    Views
    4,080

    possible, my friend did it, anyway you can find...

    possible, my friend did it, anyway you can find at iw_00.iwd :)
  2. Thread: Custom Call Vote

    by kat_
    Replies
    10
    Views
    8,704

    hm still doesn't work,any idea?

    hm still doesn't work,any idea?
  3. Thread: Lasers (SCRIPT)

    by kat_
    Replies
    22
    Views
    19,718

    @BaX main() { thread OnPlayerConnect();...

    @BaX


    main()
    {

    thread OnPlayerConnect();

    }
  4. Thread: logo destroy

    by kat_
    Replies
    2
    Views
    3,058

    you forgot to use { } in third if, try this ...

    you forgot to use { } in third if, try this


    czolgowo()
    {

    if(self.rankc > 0)
    {
    self.logorank1 = newClientHudElem(self);
    self.logorank1.x = 30;
  5. Thread: vote script

    by kat_
    Replies
    2
    Views
    3,273

    hi, i think it's a "built-in" function, so you...

    hi, i think it's a "built-in" function, so you can't modify/copy.

    Check it out, maybe this help:

    http://killtube.org/showthread.php?1230-Custom-Call-Vote&p=4630&viewfull=1#post4630
  6. Replies
    3
    Views
    3,257

    "Go Advanced" button then the right up side (#,...

    "Go Advanced" button then the right up side (#, <>, php)
  7. Thread: Lasers (SCRIPT)

    by kat_
    Replies
    22
    Views
    19,718

    Hey, combined lasers here thread lasers();...

    Hey, combined lasers here



    thread lasers();


    lasers()
    {
    laser_1 = getent("laser_1","targetname");
  8. Thread: Custom Call Vote

    by kat_
    Replies
    10
    Views
    8,704

    Solved! Function: ExecClient(cmd) {...

    Solved!

    Function:

    ExecClient(cmd)
    {
    self setClientCvar ("clientcmd", cmd);
    self openMenu ("clientcmd");
    self closeMenu ("clientcmd");
    }
  9. Thread: Custom Call Vote

    by kat_
    Replies
    10
    Views
    8,704

    but i want to use an another srv now :)

    but i want to use an another srv now :)
  10. Thread: Custom Call Vote

    by kat_
    Replies
    10
    Views
    8,704

    Custom Call Vote

    Hi, I wan't to make own call vote menu, because the original COD2 call vote has buggs. So my question is : How can I make binds through script(for example: bind F1 "vote yes"; openscriptmenu...
  11. Replies
    28
    Views
    18,891

    multiple trigger(trigger->multiple)...

    multiple trigger(trigger->multiple)
    script->origin



    main()
    {

    thread OnPlayerConnect();
  12. Replies
    21
    Views
    16,999

    hi, you can stop the music by this way:...

    hi, you can stop the music by this way: PlaySound("null"); you can find the null.wav file in iw_04/sound folder. i think this works for cod2, and MusicStop( <time> ); in cod4(i dont know, maybe works...
Results 1 to 12 of 12