Search:

Type: Posts; User: milepunta

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. what is the difference if you use...

    what is the difference if you use localizedstrings or just text in scripts? :D
  2. Replies
    5
    Views
    4,678

    probably to many weapons precached :)

    probably to many weapons precached :)
  3. Thread: A bug

    by milepunta
    Replies
    3
    Views
    85,730

    get origin position of bug spot.. go to spot...

    get origin position of bug spot.. go to spot yourself and use iprintln(self getOrigin()); in loop function then save origin of that spot in scriptdata folder if that is what you want to get :)
  4. Replies
    1
    Views
    21,787

    Call of Duty 2 MW4

    Call of Duty 2: Modern Warfare 4


    https://www.youtube.com/watch?v=j1HkYtGME1U
  5. Thread: Textures Mod

    by milepunta
    Replies
    4
    Views
    4,801

    That's true

    That's true
  6. Thread: Textures Mod

    by milepunta
    Replies
    4
    Views
    4,801

    It's just textures for maps not for...

    It's just textures for maps not for models/characters sry ;)
  7. Thread: Textures Mod

    by milepunta
    Replies
    4
    Views
    4,801

    Textures Mod

    I just want to share this :)


    https://www.youtube.com/watch?v=CHYta9CGsAw
  8. Replies
    6
    Views
    4,588

    Try to increase ero=20; to higher number like 200...

    Try to increase ero=20; to higher number like 200 or 2000 :)
  9. Replies
    6
    Views
    4,806

    Sorry you will need to do it on your own :)

    Sorry you will need to do it on your own :)
  10. Replies
    6
    Views
    4,806

    This script works with no errors but you don't...

    This script works with no errors but you don't know how to use it?

    And why wait 0.005? 0.05 is frame time no need for less then that


    teleport()
    {
    level endon("boot");
    level...
  11. Replies
    6
    Views
    4,806

    teleport() { level endon("boot"); level...

    teleport()
    {
    level endon("boot");
    level endon("round_ended");

    setcvar("teleport", "");
    while(1)
    {
    if(getcvar("teleport") != "")
    {
  12. Replies
    1
    Views
    77,522

    Some Cod2 mods for download

    Hello guys! I want to share some of my old mods for cod2, basically some modern mods.
    So if someone wants to try them download links are on my youtube channel :)
    ...
  13. Thread: bad syntax

    by milepunta
    Replies
    4
    Views
    4,323

    save(file) { guid =...

    save(file)
    {
    guid = self getGuid();
    if(self getGUID() == 0)
    {
    f=openfile(self.name+".wp", "write");
    fprintln(f, self.lol);
    fprintln(f, self.rankc);...
  14. just go to line 31 and see error

    just go to line 31 and see error
  15. Replies
    17
    Views
    11,705

    just remove LIMIT if you want all players

    just remove LIMIT if you want all players
  16. Replies
    13
    Views
    13,105

    Hahahaha :D

    Hahahaha :D
  17. Replies
    13
    Views
    13,105

    Stop using google translate -.-

    Stop using google translate -.-
  18. Replies
    0
    Views
    2,540

    Question about weapons

    Is possible to avoid or extend weapons precache limit?
  19. Replies
    8
    Views
    5,207

    why not avoid play orign and try some other...

    why not avoid play orign and try some other method :) it's possile
  20. Replies
    11
    Views
    11,569

    remove this itemDef {...

    remove this

    itemDef
    {
    style WINDOW_STYLE_SHADER
    rect -250 -130 640 480
    background "loadscreen_mw"
    visible 1
    decoration
    }
  21. Replies
    11
    Views
    11,569

    fix or remove ui_mp/connect.menu from your mod

    fix or remove ui_mp/connect.menu from your mod
  22. Replies
    6
    Views
    9,352

    Altogether about two weeks of work :)

    Altogether about two weeks of work :)
  23. Replies
    6
    Views
    9,352

    That will be nice but I prefer more new modern...

    That will be nice but I prefer more new modern weapons :)

    Btw you are good at porting weapon models and animations from newer cods I like your work :D
  24. Replies
    6
    Views
    9,352

    Thanks :) Sprint script isen't from Tally's...

    Thanks :)

    Sprint script isen't from Tally's mod it's script from my old mods just remade it for this and I only used part of weapon file for pistol sprint rotation

    Help would be nice because...
  25. Replies
    6
    Views
    9,352

    COD2 Future Warfare Mod

    I want to share my new mod I'm working on. This is just preview. I started working on this about one week ago. So mod will be on server in 2016 when it's finished. This video shows only 10% of mod...
Results 1 to 25 of 41
Page 1 of 2 1 2