Search:

Search: Search took 1.00 seconds.

  1. [CoD 1.1] How to reduce the required delay between Quick Chat messages?

    Hi
    Do you know how to reduce the required delay between Quick Chat messages on your server?
    ("mp_QuickMessage")
  2. Replies
    6
    Views
    2,137

    Finally I did it through codextended, below is...

    Finally I did it through codextended, below is how, hoping it could please someone.

    Add cJSON.c and cJSON.h from https:// github.com/DaveGamble/cJSON to src folder.

    sv_client.c


    ......
  3. Replies
    4
    Views
    2,634

    It works great thank you very much Does the...

    It works great thank you very much

    Does the code after fadeOverTime() get executed after it's amount is passed?

    I'm not sure to understand, I have this code for something else:


    ...
  4. Replies
    4
    Views
    2,634

    Opposite of fadeOverTime()?

    Hello
    I'm trying to make the opposite of fadeOverTime()

    I mean I try to make the alpha to increase over time, progressively, according to a time value

    Could you help me please?

    I will post...
  5. Replies
    12
    Views
    4,541

    What is "var.archive = bool;" for ?

    Hello

    I found this code in some files and I don't understand what it is for
    For example:

    self.hitblip.archive = true;

    Is it to save some memory ?
    When to do that ?
    Is it used only for...
  6. [COD 1.1] How to perform an operation when a specific map loads ?

    Hello

    I use CODAM with MISCMOD, have few maps in my maprotation (server has a vote menu)

    I would like to allow automatic weapons when a specific one loads (default=only rifles enabled)

    Can...
  7. Thank you very much, it works Here is how I...

    Thank you very much, it works

    Here is how I did, hoping it could help someone in the future :

    Modified starting script :



    created a folder called "rmod" in the same folder as where main...
  8. [COD 1.1] How to make a .pk3 used only on my server ?

    Hello

    There is a .pk3 that replaces bullet traces colors.

    I want to put it in my server, if I put the pk3 in my main server folder, then clients will download it to their main folder and then...
  9. [COD 1.1] How to prevent it to run .exe files/PowerShell ... ?

    Hello

    Do you know how to prevent COD 1.1 to run .exe files/PowerShell ? (in other words prevent it to run trojans...)

    I guess there is a software available to temporary prevent any PowerShell /...
Results 1 to 9 of 9