Commit Graph
10 Commits
Author SHA1 Message Date
BotoX 0546426157 Add "Restart Current Map" to sm_map menu. 2019-12-05 18:56:28 +01:00
BotoX 2837dd77a5 Fix GetClientCount(false) 2019-12-05 18:56:28 +01:00
BotoX 30d8882833 Add damageCustom argument to SDKHooks_TakeDamage native. 2019-12-05 18:56:28 +01:00
BotoX e2990c5e05 fix IsMapValid behavior change by a2246af121 2019-12-05 18:56:28 +01:00
BotoX 5fdb24c6c1 Add OnEntitySpawned to SDKHooks. 2019-12-05 18:56:28 +01:00
BotoX 2c8071995d Implement per-client randomized menus with MenuShufflePerClient native.
Add MenuSetClientMapping native.
2019-12-05 18:56:28 +01:00
BotoX da2c643675 Avoid losing console messages.
Buffers up to 16k bytes of SVC_Print if buffer would overflow, then sends chunks every frame.
Sends up to 2048 bytes per frame and does not split messages.
2019-12-05 18:56:28 +01:00
BotoX 0c147446d5 Added client id to MultiTargetFilter forward. 2019-11-28 14:48:31 +01:00
BotoX 3dd1e5a318 Validate GetEntityHandle in FindEntityByNetClass (#1089) 2019-11-05 22:25:18 -08:00
BotoX d93f6984cc cstrike: Fix wrong timeleft calculation (#1072)
* Fix wrong timeleft calculation

* reorder function calls
2019-09-02 15:33:28 -07:00