100 Commits
Author SHA1 Message Date
zaCade c002407410 [SB++] Allow blocks on unverified and skip saving them. 2025-07-20 17:53:11 +02:00
zaCade 15d44df991 [KnifeBan] Check if attacker is alive. 2025-07-06 09:19:53 +02:00
zaCade de4f04a310 [KnifeBan] CChange function return type to void. 2025-07-06 09:19:44 +02:00
zaCade 8c72b1cae1 [GlowColors] Void instead of Int, because of no return. 2025-06-01 14:33:09 +02:00
zaCade c9637a753f [GlowColors] Implement minimal frequency. 2025-06-01 14:32:42 +02:00
zaCade 386da2e248 [entWatch-core] Mark items destroyed when one of their entities is destroyed. 2025-03-13 18:40:50 +01:00
zaCade 786225b6a2 [entWatch-core] Fix native bound check. 2025-03-09 16:35:06 +01:00
zaCade b824afd1a3 [entWatch-beacon] Formatting, change event hook to void. 2025-03-09 16:34:33 +01:00
zaCade bface70a04 [BossHP] Allow to "offset" health value. 2025-03-06 22:12:49 +01:00
zaCade ba1da9afa2 [BossHP] Add boss health percentage display 2025-03-02 10:25:42 +01:00
zaCade d2a812153b [StackMode] Don't block player_death (Post hook) 2025-03-02 10:23:52 +01:00
zaCade 914393363e [entWatch-Beacon] Don't block round_start 2025-03-02 10:21:45 +01:00
zaCade 070e6dc5b7 [BotTargeting] Fix typo. 2024-06-26 20:55:15 +02:00
zaCade 87bb74837f [FakeClients] Remove bot motherzm exclusion & fix indents. 2024-06-22 10:59:06 +02:00
zaCade ac7de82c6c [BotTargeting] Add motherzm exclusion. 2024-06-22 10:58:30 +02:00
zaCade c179346262 [ReplicateGravity] Hopefully prevents replicating sv_gravity 0.0 2024-05-23 19:40:58 +02:00
zaCade abc69e4807 [ReplicateGravity] 'New' stripped version of FixPlayerGravity. 2024-05-23 12:47:02 +02:00
zaCade 098e671447 [PlayerManager] Change min value on cvar. 2024-05-19 04:51:29 +02:00
zaCade 669d29f119 [StopSound] Owner check for CSGO and minor corrections. 2023-12-23 12:23:50 +01:00
zaCade 567921451a [PlayerManager] Allow to disable authcheck via cvar (-1.0) 2023-12-23 12:18:43 +01:00
zaCade a0c0f7e92d [StopSounds] Add !stopambient, stops all ambient_generic sounds. 2023-08-20 10:32:35 +02:00
zaCade f8a4043e5d [StopSound] Fix music if statement. 2023-08-12 20:23:21 +02:00
zaCade 7b4b8fee77 [BotTargeting] Boredum too stronk. 2023-07-23 19:00:42 +02:00
zaCade 265dfce9d7 [Discord] Slight formatting and demo info. 2023-07-09 14:16:54 +02:00
zaCade 4cf7f2c8c2 [AutoRecorder] Fix a slight oversight, whoops. 2023-07-07 14:09:00 +02:00
zaCade 4e20c52b74 [Discord] Alter formatting slightly] 2023-07-07 13:59:22 +02:00
zaCade 5cca9ae651 [AutoRecorder] Add native to determine if recording. 2023-07-07 13:58:47 +02:00
zaCade 5e45af2f68 [Discord] Use AutoRecorder natives for adminlogs. 2023-07-07 10:34:38 +02:00
zaCade ce2397e849 [AutoRecorder] Add two natives for information. 2023-07-07 10:33:48 +02:00
zaCade 5eafc7d228 [SB++] Fix mistakes in translations. 2023-01-28 16:10:45 +01:00
zaCade d31c79c1b1 [AntiFlood] Block all commands from unconnected players, can't kick them while unconnected. 2023-01-28 14:46:17 +01:00
zaCade 1c851906db [SB] Move to inactive. 2023-01-27 17:12:49 +01:00
zaCade dfacb14ce0 [SB++] Dont save BaseComm mutes/gags. 2023-01-27 16:22:48 +01:00
zaCade e385e661d4 [SB++] Initialize with version 1.6.4 2023-01-27 16:21:44 +01:00
zaCade 50ac606c28 [FixGameUI] Change storage, entref only works for edicts. 2023-01-24 14:27:24 +01:00
zaCade 856b97d65a [AutoSilencer] Fix array out of bounds. 2023-01-24 13:44:45 +01:00
zaCade 00e00d7680 [ExploitListener] Fix array out of bounds. 2023-01-24 13:43:53 +01:00
zaCade 6ec7340382 [entWatch] Correct message filter logic. 2023-01-22 15:36:20 +01:00
zaCade 60a863412d [entWatch] Display interface to SourceTV. 2023-01-22 15:33:07 +01:00
zaCade 8810be50bf [ExtraCommands] Add new restartround cmd. 2023-01-15 18:55:08 +01:00
zaCade e049e50d81 [Break] Reset OnMapEnd aswell. 2023-01-14 16:39:42 +01:00
zaCade 8a213d5881 [AFKManager] Disable during breaks. 2023-01-14 15:27:08 +01:00
zaCade 1bef3d168e [ReservedSlot] Disable during breaks. 2023-01-14 15:26:46 +01:00
zaCade 7e45230930 [Break] Initial commit. 2023-01-14 15:26:05 +01:00
zaCade 191db90c38 [ServerCommandFilter] Allow sm_clearlevelcache. 2023-01-02 14:10:23 +01:00
zaCade 24d6d0b9bc [SaveLevel] Add clear cache command. 2023-01-02 14:05:49 +01:00
zaCade 9aefd25b20 ExtraCommands: Make OutputInfo optional. 2022-12-07 14:44:40 +01:00
zaCade 2367266604 ExtraCommands+ForceInputs: Prevent strncmp with -1 (Crashes on newer sourcemods) 2022-12-07 14:44:04 +01:00
zaCade 7f96f547c9 Leader2: Listen to -201 aswell because of SprayManager. 2022-12-04 17:23:49 +01:00
zaCade 2704d7a289 SprayManager: Change to -201 instead of 0, allows other plugins to listen. 2022-12-04 17:23:17 +01:00
zaCade d99b93d29e Leader2: Change to PlayerCmd: impulse201 2022-11-28 11:42:09 +01:00
zaCade 36f75d0a4e GameTextManager: Push local changes.
:D
2019-10-08 14:08:09 +02:00
zaCade 45bb1a4c0b PlayerManager: Add planned native, STILL WIP!
Wont break anything, so whatever. Just doesnt do anything.
2019-10-08 14:07:48 +02:00
zaCade 5eb739bef8 Lets just use client everywhere. 2019-09-29 10:45:16 +02:00
zaCade 8518a0d893 Oops 2019-09-28 21:50:44 +02:00
zaCade 1eb61c60fc Update DamageProxy.sp 2019-09-28 21:49:27 +02:00
zaCade 2aae907554 GameTextManager: Something i planned, but wont be finishing due to the fake clients. 2019-09-01 21:45:11 +02:00
zaCade 832d9e4452 ExtraCommands: Note the CSGO grenades ect.
Didnt finish adding them, since no motivation due to fakes :D
2019-09-01 21:44:50 +02:00
zaCade 4e64cb5146 BossHP: Partially cleanup includes.
Might not be fully done. But i wont be doing it soon, due to fakes :D
2019-09-01 21:44:16 +02:00
zaCade 354eb89dc3 PlayerRankings: Dont even talk about it.
Copy pasting stuff does miracles :D
2019-07-29 18:04:23 +02:00
zaCade 36300e0520 Spectate: Only strip knifes
After further testing, other weapons seem to be dropped.
2019-07-28 11:59:57 +02:00
zaCade 5f65921fdb Spectate: Add weapon strip code.
Possibly weapons stick around, causing stupid 'exploits'.
2019-07-28 11:39:16 +02:00
zaCade 21ad061055 PlaytimeReward: Hopefully make the reset work this time? 2019-07-27 19:18:50 +02:00
zaCade ec9d51c908 PlayerRankings: Fix a slight error and oversight. 2019-07-25 09:31:52 +02:00
zaCade 6eaf801871 Remove some more files.
No idea how the entWatch files ended up in ItemSpawn.
2019-07-25 09:30:13 +02:00
zaCade 326428915a PlayerRankings: Update skull, again. Rotation was wrong. 2019-07-20 15:14:59 +02:00
zaCade 201ee9e3df PlayerRankings: Update content. 2019-07-20 14:54:10 +02:00
zaCade bb0c04480c PlayerRankings: Change to fit the new model versions. 2019-07-20 14:52:12 +02:00
zaCade ee20ac2b77 Merge branch 'master' of http://git.unloze.com/UNLOZE/sm-plugins-unloze 2019-07-18 18:13:06 +02:00
zaCade ea911ac720 PlayerRankings: Fix error spam galore.
Seems IsValidEntity doesnt work on non CBaseEntity?? Usefull stuff here.
2019-07-18 18:12:26 +02:00
zaCade 978467f3c8 PlayerRankings: Send trough ent refs
hopefully this fixes the random rotating entities, whoops.
2019-07-18 11:27:03 +02:00
zaCade c604047688 PlayerRankings: Update rotating code, less prone to errors?
Less global ints is gud yes?
2019-07-17 15:47:38 +02:00
zaCade ce3804b3d5 PlayerRankings: Add some checks. 2019-07-17 13:16:40 +02:00
zaCade edd8fd85d2 PlayerRankings: Add rotating code, and optimize slightly. 2019-07-17 11:45:33 +02:00
zaCade 38853315a0 ༼ つ ◕_◕ ༽つ
Dont change code you dont need to change. (ノಠ益ಠ)ノ彡┻━┻
2019-07-16 21:32:42 +02:00
zaCade f370e88b55 (ノಠ益ಠ)ノ彡┻━┻ 2019-07-16 20:09:58 +02:00
zaCade d0d5626817 PlayerRankings: Fix a whoopsie, and change some stuff. 2019-07-15 13:14:08 +02:00
zaCade 522d2c95a3 PlayerRankings: Adding, previously TopDefenders. 2019-07-15 13:03:37 +02:00
zaCade 964b7089a9 TopDefenders: Remove, renaming to PlayerRankings 2019-07-15 13:03:22 +02:00
zaCade 396c14499d Merge branch 'master' of http://git.unloze.com/UNLOZE/sm-plugins-unloze 2019-07-11 15:17:41 +02:00
zaCade 0a63875e14 Create entWatch.interface.phrases.txt 2019-07-11 15:17:09 +02:00
zaCade 4f65d02cb9 Update entWatch-tools.sp 2019-06-15 15:45:09 +02:00
zaCade 30f8bb0a62 Update entWatch-restrictions.sp 2019-06-15 15:45:07 +02:00
zaCade f82c22a160 Add late load support. 2019-06-11 19:42:40 +02:00
zaCade 3d9ba31efe Merge branch 'master' of http://git.unloze.com/UNLOZE/sm-plugins-unloze 2019-06-11 19:19:40 +02:00
zaCade f0a026afce Update entWatch-tools.sp 2019-06-11 19:19:14 +02:00
zaCade dd2ef0992a Actually add status command. 2019-06-11 19:19:09 +02:00
zaCade 94bd0035f2 Remove CSGO and Cleanup required folders. 2019-06-09 11:11:04 +02:00
zaCade 03a443a30a Move to shared. 2019-06-09 11:07:12 +02:00
zaCade f3808e1027 Move to shared. 2019-06-09 11:06:57 +02:00
zaCade 44274af0dd b 2019-06-09 10:25:35 +02:00
zaCade da57f086cf a 2019-06-09 10:25:26 +02:00
zaCade 98c4c76bc9 Update unloze_Clantag.sp 2019-06-09 10:24:49 +02:00
zaCade 1d75461dcf Update UNLOZE_Donation_Alert.sp 2019-06-09 10:24:18 +02:00
zaCade 779268635b Merge branch 'master' of http://git.unloze.com/UNLOZE/sm-plugins-unloze 2019-06-09 10:14:55 +02:00
zaCade 88f4d96061 Correcting a Fetch + Pull.
Since i renamed stuff before fetching it kinda fucked up. My bad.
2019-06-09 10:14:35 +02:00
zaCade 243bb73b6b Change Native calls ect. 2019-06-08 15:42:33 +02:00
zaCade 2ec7ce3a47 Rename NoSteamManager to PlayerManager
Fucking anti piracy bullshit.
2019-06-08 15:42:13 +02:00
zaCade 429ad39d55 Fuck you too alright :D 2019-06-04 18:18:58 +02:00
zaCade 88a4f472ae Update Configs. 2019-05-25 20:55:02 +02:00