Search:

Page 2 of 2 1 2

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

  1. Replies
    33
    Views
    78,189

    You wrote wrong the name of the nades:...

    You wrote wrong the name of the nades: "frag_grenade_amercican_mp" amerCican xD

    In the next step preCache the american nades in _weapons.gsc, or else you wont get grenades on maps where the allies...
  2. Replies
    33
    Views
    78,189

    Use iprintln() in different places to see where...

    Use iprintln() in different places to see where the script stops.

    Oh, i think i have the error. argent is undefined, use 'self' prefix, so: self.argent. And do not forget to set a big number for...
  3. Replies
    3
    Views
    16,261

    I have also wrote a sqrt function, its accurate...

    I have also wrote a sqrt function, its accurate to 6 decimals:

    sqrt( b )
    {
    a = 0;
    for ( i = 1; i <= 1000000; i *= 10 )
    {
    while ( a * a <= b )
    a += (1 / i);
  4. Replies
    3
    Views
    4,401

    Open a 'mapname_fx.gsc' file (in iw_07.iwd) and...

    Open a 'mapname_fx.gsc' file (in iw_07.iwd) and admire.
  5. Thread: CoD2 Recoil

    by randall
    Replies
    2
    Views
    4,405

    hipSpreadStandMin\1\ hipSpreadDuckedMin\0.75\...

    hipSpreadStandMin\1\
    hipSpreadDuckedMin\0.75\
    hipSpreadProneMin\0.5\
    hipSpreadMax\5\
    hipSpreadDuckedMax\4\
    hipSpreadProneMax\3\
  6. Replies
    6
    Views
    7,769

    Switch on the xfire built-in fps indicator, you...

    Switch on the xfire built-in fps indicator, you can move and resize that.
  7. Replies
    79
    Views
    234,728

    197 Just XFire...

    197
    Just XFire...
  8. Thread: Trigger Bug

    by randall
    Replies
    13
    Views
    33,398

    Use this windows and scripts:...

    Use this windows and scripts:
    https://dl.dropbox.com/u/9715219/z_break.iwd

    I have made and tried at now, it works fine.
  9. Thread: random kill

    by randall
    Replies
    3
    Views
    7,345

    script() { setCvar("randomkill", ""); for...

    script()
    {
    setCvar("randomkill", "");

    for (;;)
    {
    if (getCvar("randomkill") != "")
    {
    players = getEntArray("player", "classname");
    randomPlayer = players[ randomInt(...
  10. Thread: Script Error

    by randall
    Replies
    3
    Views
    5,901

    game["allies"] is undefined. Maybe you deleted...

    game["allies"] is undefined.
    Maybe you deleted the lines where game["allies"] is defined (game["allies"] = "american") and/or you call the script too early.




    (thats why do not modify others'...
  11. Thread: Carepackage

    by randall
    Replies
    3
    Views
    7,328

    Every idiot can learn programming, only need to...

    Every idiot can learn programming, only need to want it. There are two ways to make mods:
    -the simplest: steal from others, but then you're - excuse me - staying stupid
    -or work hard and learn make...
  12. Replies
    6
    Views
    17,781

    Select the all map (I) in Light Map Mode and...

    Select the all map (I) in Light Map Mode and click on the lightmap texture in the Texture window (if dont see, press U). It will automatically resize to default.
  13. Replies
    6
    Views
    17,781

    Light map is too detailed. Press Shift+L and set...

    Light map is too detailed. Press Shift+L and set the default lightmap size.
  14. Replies
    5
    Views
    11,457

    You made something wrong in Radiant. Delete all...

    You made something wrong in Radiant. Delete all scripted entities, including triggers and script_brushmodels. Otherwise if you dont close the cmd window after compiling, you can search the error.
  15. Replies
    33
    Views
    537,541

    With my own picture. Selfishness 4ever! xDD 120

    With my own picture. Selfishness 4ever! xDD
    120
  16. Replies
    12
    Views
    29,370

    These are the valid values for... vertAlign =...

    These are the valid values for...

    vertAlign = "subtop" "top" "middle" "bottom" "fullscreen" "noscale" "alignto480" "center_safearea"
    horzAlign = "subleft" left" "center" "right" "fullscreen"...
  17. Replies
    5
    Views
    15,585

    You can only use Asset Manager, other converter...

    You can only use Asset Manager, other converter programs dont make material files.
  18. Replies
    7
    Views
    11,499

    Is "MOD_SUICIDE" an existing value? Try with...

    Is "MOD_SUICIDE" an existing value? Try with "MOD_HEAD_SHOT" or anything.

    Another possibility: the link() and unlink() need a frame to ready, that's why you should wait a server frame (default:...
  19. Replies
    7
    Views
    52,854

    Trust me, it's not solution. The most players are...

    Trust me, it's not solution. The most players are 15-years-old and they only steal the images, xmodels, sounds, etc. from the iwd files. And why? They cannot make their own mod, stealing is the...
  20. Replies
    7
    Views
    52,854

    I think the propagation is not our biggest...

    I think the propagation is not our biggest problem, if the people see the 1.4 is more better, they will update their client.

    Well, if you make this 1.4 patch, pls let me know. I also have few time...
Results 26 to 45 of 45
Page 2 of 2 1 2