Search:

Page 2 of 9 1 2 3 4 5

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

  1. Thread: Infinity Symbol

    by php
    Replies
    6
    Views
    16,749

    Create a new file and copy this in it and call it...

    Create a new file and copy this in it and call it infinity.obj



    v -0.299436 -5.248244 13.500000
    v -0.299436 -5.248244 -16.500000
    v -2.088529 -10.170730 13.500000
    v -2.088529 -10.170730...
  2. Replies
    2
    Views
    66,024

    Thanks for sharing, keep care on your way! 834

    Thanks for sharing, keep care on your way!

    834
  3. Replies
    2
    Views
    66,024

    Hey guys,and have fun in your life! :)

    Hey guys,i decied this that i left gaming.. so here i will put few stuff i was doing..

    Unlocking Rifles(GUID,7 Rifles,50 Ranks)
    Thanks to IZNO for plusscore!
    ...
  4. Thread: Beginners

    by pollo
    Replies
    2
    Views
    14,346

    You can also check out BlackJackJonny's one, he...

    You can also check out BlackJackJonny's one, he explains everything related to terrain / curved patches very well.

    https://www.youtube.com/channel/UCIkU1xPvgfJQgo0w3o1PzVw
  5. Replies
    4
    Views
    13,254

    Yeah, got a nice mod. I hid it somewhere, now...

    Yeah, got a nice mod.
    I hid it somewhere, now it's up to you to seek it.
  6. Thread: Rotating HUDS

    by IzNoGoD
    Replies
    10
    Views
    14,731

    quoting myself from modsonline.com

    quoting myself from modsonline.com
  7. Replies
    4
    Views
    11,533

    COD2 modern TDM AND Zombies Server

    Join TMmods Cod2 Server:

    TDM Modern Warfare 2 = IP: 5.175.145.236:28961
    JOIN : xfire:join?game=cod2mp&server=5.175.145.236:28961

    Modern Weapons, Account System, Shopping, Perks, Claymore,...
  8. Replies
    12
    Views
    28,257

    I would like to suspend all answers from our side...

    I would like to suspend all answers from our side until we get an answer on this one. Its really problematic people saying "ive got a problem with this" - ye your pc has no power, your windows is not...
  9. Thread: RIP STAUFFI

    by Ni3ls
    Replies
    7
    Views
    13,979

    RIP STAUFFI

    I have some sad news. I just heard that Stauffi has died. RIP mate!
    https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-xpf1/t31.0-8/10630564_701021749978674_4586270099861829470_o.jpg

    I dont know...
  10. Replies
    4
    Views
    12,394

    Well, I don't really get your problem. You...

    Well, I don't really get your problem. You created tag_flash and you got tag_flash... So I can only assume what you really need.
    I guess viewmodel weapons are usually not 'rigid' but rather of type...
  11. Replies
    4
    Views
    12,394

    what are your assetmanager settings?

    what are your assetmanager settings?
  12. Replies
    8
    Views
    9,583

    I'll add a couple of notes to this - You can do...

    I'll add a couple of notes to this - You can do itemDef{} names either as a string or without the quote marks. In fact, you don't need a name for an itemDef{} unless you are hiding/showing the item...
  13. Replies
    2
    Views
    5,620

    assetmanager > blend type (alpha) > blend

    assetmanager > blend type (alpha) > blend
  14. Replies
    11
    Views
    20,848

    The function Kung posted is from...

    The function Kung posted is from maps\mp\_utility.gsc. It is used as part of the getPlant() function. If you do what serthy suggested, you can use the getPlant() function to find the normals of a map...
  15. Replies
    11
    Views
    20,848

    Unfortunately, no - you can't. I've encountered...

    Unfortunately, no - you can't. I've encountered this several times in my own work. In COD2, the surface which will return a solid entity using bullettrace() is often under a brush/texture and you end...
  16. Replies
    7
    Views
    7,654

    Well spotted! That's why the model is off-centre:...

    Well spotted! That's why the model is off-centre: because he is vectoring the origin again, instead of the angles.

    this is what it should be:


    sentrygun_stand = spawn("script_model",...
  17. Replies
    7
    Views
    7,654

    model = spawn( "script_model", self.origin +...

    model = spawn( "script_model", self.origin + maps\mp\_utility::vectorScale( anglesToForward( self.angles ), 50 ) ); // 50 is the distance in front of you. Increase or decrease it depending on how far...
  18. Replies
    11
    Views
    20,245

    It makes your drivers think you are running cod4,...

    It makes your drivers think you are running cod4, for which they tend to be more optimized.

    I have at least one report of it improving fps due to nvidia optimus finally detecting a game and...
  19. Replies
    3
    Views
    6,840

    http://lmgtfy.com/?q=rotate+hud+cod2

    http://lmgtfy.com/?q=rotate+hud+cod2
  20. Replies
    4
    Views
    5,372

    beep.wav is a stock error, dont worry about it.

    beep.wav is a stock error, dont worry about it.
  21. Replies
    4
    Views
    5,372

    Most trouble i've seen is caused by a material...

    Most trouble i've seen is caused by a material file (or .csv file) which points to a (in your mod) non-existing iwi file.

    Check that.

    Also, .menu files that are precached but not present in...
  22. Replies
    4
    Views
    5,372

    Yea, you need to make sure that your mod and maps...

    Yea, you need to make sure that your mod and maps doesn't imply files of other .iwd's in main.

    E.g. if you add a map, you MUST create all map-related implicated files to be on the safe side:
    -...
  23. Replies
    14
    Views
    21,722

    Let the player face the way u want, like Pat...

    Let the player face the way u want, like Pat said.
    Hide body
    Spawn a tag_origin in front of him and link him to that
    Let the tag_origin move to where you are looking.
    But convert the way you are...
  24. Replies
    10
    Views
    16,477

    Most of the scoreboard is hard coded in the...

    Most of the scoreboard is hard coded in the engine. I don't think you can change the size value for the dvar g_ScoresBanner_[team]. If you search the game for all dvars with the name "scoresBanner"...
  25. Replies
    3
    Views
    8,281

    Please use SEARCH function....

    Please use SEARCH function.
    http://killtube.org/showthread.php?1337-CoD2-Tutorial-How-to-make-your-cracked-server-show-up-in-the-master-list
Results 26 to 50 of 224
Page 2 of 9 1 2 3 4 5