forked from haithun/CoD4X17a_testing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
30 lines (17 loc) · 1008 Bytes
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
July 7 2013:
Code_CallbackPlayerSay*: Added 2nd argument (to entity)
August 11 2013
Code_CallbackPlayerSay*: 2nd argument = boolean teamchat -> false: toall true: onlyteam
Hmm I was too lazy to write anything...
February 3 2014:
CodeCallback_PlayerSayCmd is removed.
CodeCallback_PlayerSayAll is renamed to CodeCallback_PlayerSay.
CodeCallback_ScriptCommand added as well as script function: addscriptcommand()
Fixed an issue with Promod Live! which was reporting our xiceops_xx.iwd as Server Violation.
Fixed an issue that cheatprotected cvars got no reset on level startup which caused strange effects on Deathrun mod with bg_falldamage cvars.
June 22 2014:
Removed chat trap for script when a command gets invoked.
Use CodeCallback_ScriptCommand and addscriptcommand() instead (see scriptcommand_example.txt)
Added securemode which should prevent breaking out of cod4 server into shell.
June 29 2014:
Removed the non working recusion callback function for player's chat. Use plugins instead.