Search:

Type: Posts; User: z0d

Search: Search took 0.00 seconds; generated 8 minute(s) ago.

  1. Replies
    1
    Views
    3,563

    custom skybox tutorial

    heyo,

    been searching for a proper custom skybox tutorial for some time now, but fml, there aint any good one imho

    basically, id like to make a sky based on image(s) or convert skies (somehow)...
  2. Thread: Video

    by z0d
    Replies
    1
    Views
    2,906

    Video

    Heyo,

    was wondering, how to implen a video into MOD (*roq)? Just seen some servers having it and working perfectly.
  3. Thread: hud elem font

    by z0d
    Replies
    4
    Views
    4,068

    sooo, it aint possible to use some custom font or...

    sooo, it aint possible to use some custom font or smth
  4. Thread: hud elem font

    by z0d
    Replies
    4
    Views
    4,068

    hud elem font

    hey,

    is it possible to change hud element's font? how?
  5. Thread: 2 weapon problems

    by z0d
    Replies
    15
    Views
    12,496

    if someone could help me with Problem 1.) i would...

    if someone could help me with Problem 1.) i would really, really appreciate that. we are organising 10.000€ lan in March and this is only and the biggest bug in whole game. mod ->...
  6. Thread: 2 weapon problems

    by z0d
    Replies
    15
    Views
    12,496

    but it happens only to that one player who droped...

    but it happens only to that one player who droped his weapon when died. all his teammates are able to pick up weapon so i wouldnt say its about ammo.
  7. Thread: 2 weapon problems

    by z0d
    Replies
    15
    Views
    12,496

    did it already. any infos ud like to know?

    did it already. any infos ud like to know?
  8. Thread: 2 weapon problems

    by z0d
    Replies
    15
    Views
    12,496

    yes i have.

    yes i have.
  9. Thread: 2 weapon problems

    by z0d
    Replies
    15
    Views
    12,496

    bump, anyone got idea about first thingy?

    bump, anyone got idea about first thingy?
  10. Thread: 2 weapon problems

    by z0d
    Replies
    15
    Views
    12,496

    nvm, fixed problem 2. . thanks for your help...

    nvm, fixed problem 2. . thanks for your help serthy!

    does anyone have an idea how to fix problem 1?
  11. Thread: 2 weapon problems

    by z0d
    Replies
    15
    Views
    12,496

    I totally udnerstand what ur loop does and I...

    I totally udnerstand what ur loop does and I tried using it. If you didn't get killed and havent picked any weapon, at the end of round weapon1 will be defined but weapon2 will stay undefined. so...
  12. Thread: 2 weapon problems

    by z0d
    Replies
    15
    Views
    12,496

    thanks, ill fix it but i've found a problem. ...

    thanks, ill fix it but i've found a problem.

    while loop never brakes cuz of this:



    if( !isDefined( weapon2_checker ) )
    continue;
    else if( !isDefined( level.weapons[weapon2_checker] ) )...
  13. Thread: 2 weapon problems

    by z0d
    Replies
    15
    Views
    12,496

    Thanks, will try it out. About real sniper. ...

    Thanks, will try it out.

    About real sniper.

    real_weapon = self.pers["weapon"];

    if (level.weapons[real_weapon].classname == "sniper")
    self.sniper_owner = 1;
    else
    self.sniper_owner = 0;
  14. Thread: 2 weapon problems

    by z0d
    Replies
    15
    Views
    12,496

    2 weapon problems

    Hello guys,

    I edit CoD2 PAM (ePAM actually) and I have 2 problems:

    Problem 1.) Well, I don't really know how to describe that problem without giving you an example:
    so we have 2 players:...
Results 1 to 14 of 14