Hi
Do you know how to reduce the required delay between Quick Chat messages on your server?
("mp_QuickMessage")
 [CoD 1.1] How to reduce the required delay between Quick Chat messages?
 [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")
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
......
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:
...
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...
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...
 [COD 1.1] How to perform an operation when a specific map loads ?
 [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...
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...
 [COD 1.1] How to make a .pk3 used only on my server ?
 [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...
 [COD 1.1] How to prevent it to run .exe files/PowerShell ... ?
 [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 /...