Search:

Type: Posts; User: qwerty

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    36
    Views
    34,210

    You did it, forum's common language is English...

    You did it, forum's common language is English and you definitely don't speak it. What you are saying is a fcking bullshit, translated with google or something like that. :)
  2. Replies
    3
    Views
    5,405

    Don't use the server download instead of the...

    Don't use the server download instead of the fastdownload, the sv_allowDownload must be 0. If it's 1 with q3dirtrav easy to download almost everything from the server e.g the passwd file or config...
  3. Replies
    11
    Views
    11,770

    your server is hackable with q3dirtrav set...

    your server is hackable with q3dirtrav set sv_allowdownload to 0 to avoid that.
  4. Replies
    9
    Views
    31,578

    yea, just do that what goddzila wrote.

    yea, just do that what goddzila wrote.
  5. It's very simple. Do a console app or whatever...

    It's very simple. Do a console app or whatever which send the udp package to the server and catch the answer. It's the easiest way to test and debug your solution. You can also track your messages...
  6. Replies
    9
    Views
    31,578

    I received some pms so here is the mod file, it...

    I received some pms so here is the mod file, it includes the vote stuff and other scripts too like ingame vote system with player commands and so one but I guess it also contains some unfixed...
  7. Replies
    9
    Views
    31,578

    CoD2 Endmap Vote

    Hey there,

    I would like to share my nextmap vote system, you can freely use or modify it just use credit. You can watch a demo here:
    https://www.youtube.com/watch?v=11bpcAUq87Q&hd=1


    You can...
  8. Replies
    3
    Views
    3,808

    Allright, good to know, thanks!

    Allright, good to know, thanks!
  9. Replies
    3
    Views
    3,808

    Same syntax, different semantic and result

    Hey,

    Can somebody tell me, why the first way is a working way, and the another is dead end? So it's working fine, after that the array looks good


    maps = GetCvar("scr_nextmap_maps");...
  10. Replies
    4
    Views
    4,763

    Ah, so there is an inbuilt method for that,...

    Ah, so there is an inbuilt method for that, Thanks!
  11. Replies
    4
    Views
    4,763

    Best way to change map on the server from gsc

    Hello,

    What's the best way to change map on server, with or without libcod, it's does not matter?
  12. Replies
    4
    Views
    5,302

    u can do it with notepad++ or sublime text

    u can do it with notepad++ or sublime text
  13. Replies
    4
    Views
    5,302

    Thanks for your reply, the file encoding did the...

    Thanks for your reply, the file encoding did the trick, I modified the gsc file's encoding from UTF8 to ANSI and now it prints the extended chars too.
  14. Replies
    4
    Views
    5,302

    sendGameServerCommand non ASCII caracters

    Hi,
    How can I print non ASCII caracters with the sendGameServerCommand function, like αινόφσ etc. ?
  15. Thread: Thread on level

    by qwerty
    Replies
    2
    Views
    3,190

    Thanks, it works!

    Thanks, it works!
  16. Thread: Thread on level

    by qwerty
    Replies
    2
    Views
    3,190

    Thread on level

    Hi,

    I'm currently working on a SD pub mod for my clan. I rewrote the stock zPAM 2.07 pub mod and added some cool function with libcod. One of them is a vote system. it works fine when the vote...
  17. Replies
    10
    Views
    8,516

    Alright, could you explain me why are you editing...

    Alright, could you explain me why are you editing the specified entity's base + 276, 272, 264, 260 addresses? What represents these adresses, I guess the base + 280 is the height :) but the others?
    ...
  18. Replies
    10
    Views
    8,516

    Basically I did the same like you, but when the...

    Basically I did the same like you, but when the model is a rectangle and not a square the result will be very bad. In this case on the attached picture the black circle is the solid stuff. Any chance...
  19. Replies
    10
    Views
    8,516

    SetBounds worked for me but these two ways ...

    SetBounds worked for me but these two ways


    ents[i] SetBounds(100, 1000);
    ents[i] SetContents(1);



    level.plants[0].trigger = Spawn("trigger_radius", ents[i].origin, 0, 100, 1000);...
  20. Replies
    10
    Views
    8,516

    Replace plant models

    Hello,

    I would like to edit the stock SD gametype with a little feature. In every round the plant models will be different. So, I replaced the basic models to a random one and removed the Clip...
  21. Thread: Cod2 1.3 macro

    by qwerty
    Replies
    3
    Views
    5,459

    Cod2 1.3 macro

    Hey guys,

    I hope this is the right section for this. I would like to release my macro wich based on client hook. Client hook source code by King-Orgy.
  22. Thread: Trigger Bug

    by qwerty
    Replies
    13
    Views
    16,169

    a cant upload as attachment coz zip is too large...

    a cant upload as attachment coz zip is too large so I uploaded other site, here is the link include the script and the .d3dbsp http://www.speedyshare.com/6r8BN/KF-BioticsLab.zip
  23. Thread: Trigger Bug

    by qwerty
    Replies
    13
    Views
    16,169

    course, can u give me ur xf? and i'll give the...

    course, can u give me ur xf? and i'll give the link
  24. Thread: Trigger Bug

    by qwerty
    Replies
    13
    Views
    16,169

    I changed the triggers to "use_touch" to detect...

    I changed the triggers to "use_touch" to detect what's wrong exactly. http://www.xfire.com/video/5e0c79 Seems that some trigger does not work at first just after i used the door next to the window,...
  25. Thread: Trigger Bug

    by qwerty
    Replies
    13
    Views
    16,169

    i use uveg_06_01_trigger, the uveg_06_01 is the...

    i use uveg_06_01_trigger, the uveg_06_01 is the first window, if you break this the others will be visible and breakable
Results 1 to 25 of 27
Page 1 of 2 1 2