Commit Graph
100 Commits
Author SHA1 Message Date
zaCade 1b96a060e8 Spectate: Only alter spectate modes on CSS.
CSGO doesnt have any broken spectate modes.
2019-03-11 02:19:31 +01:00
zaCade 1eecb85e5f Move NoSteamPlayerCount.
Maybe even yeet, due to being redundant?
2019-03-09 12:41:04 +01:00
zaCade 2eaf51b2e7 AmmoManager: Actually correct offsets. 2019-03-08 23:52:36 +01:00
zaCade 46306f5735 AmmoManager: Increase offsets by +1 for csgo. 2019-03-08 20:49:43 +01:00
zaCade b5db951b45 NoSteamManager: Rewrite log functions, forgot to change before. 2019-03-08 17:04:26 +01:00
zaCade efcd50f4ac BossHP: Rework halt to boss specific instead of global.
Global would actually halt the entire plugin on first error. So this is more preferable.
2019-03-08 17:03:57 +01:00
zaCade 1d7a6973a1 BossHP: Add wrapper into OnGameFrame.
Simply to prevent error spam, since errors halt function. Meaning boolean wouldn't reset.
2019-03-07 21:33:31 +01:00
zaCade 7428d9c68b BossHP: Add valid client check.
Seems somehow clients become invalid or something after one frame.
2019-03-07 21:32:45 +01:00
zaCade 3f11595ea3 NoSteamManager: Connect version. Untested.
Pretty similiar to RevEmu version anyway.
2019-03-05 19:23:37 +01:00
zaCade 25a16ec5cd NoSteamManager: Rewrite anti-spoof mechanic into OnClientAuthorized. 2019-03-05 19:00:36 +01:00
zaCade 7cd0eb9d05 TopDefenders: Rework crown logic, to hopefully fix random error.
`Exception reported: Entity 320 (320) is not a CBaseEntity`
2019-03-05 14:37:53 +01:00
zaCade 8a2109c9fc Yeet some unmodified public plugins. 2019-03-03 13:18:37 +01:00
zaCade 236ef3126a MapHooks: Fix compiler error. 2019-03-03 12:45:09 +01:00
zaCade b0b028e511 KnifeMadness: Supress suicide event. 2019-03-03 12:42:51 +01:00
zaCade e99df271cd Cleanup Required 2019-03-03 12:40:16 +01:00
zaCade 8ab410651e Sort, Remove and Clean. 2019-03-02 15:59:17 +01:00
zaCade bbf3b5bc40 Push stuff to this repo. 2019-03-02 15:22:14 +01:00
zaCade c42d51a586 Merge branch 'master' of http://git.unloze.com/UNLOZE/sm-plugins-unloze 2019-02-28 18:32:37 +01:00
zaCade 6589d3b23d Status: Add usertype 2019-02-28 18:32:35 +01:00
zaCade a13004bdb0 NoSteamManager: Remove sm_usertype. 2019-02-28 18:32:24 +01:00
zaCade ee09b14f28 . 2019-02-24 18:04:00 +01:00
zaCade 1837af62f0 NoSteamManager: add command sm_usertype. 2019-02-24 15:11:31 +01:00
zaCade d0e1ffab84 NoSteamManager: Update include + native. 2019-02-24 14:51:11 +01:00
zaCade 936369668f Merge branch 'master' of http://git.unloze.com/UNLOZE/sm-plugins-unloze 2019-02-24 12:24:08 +01:00
zaCade f420fda320 KnifeMadness: Fix random trigger timer shenanigans. 2019-02-24 12:24:03 +01:00
zaCade 7316892835 Fix include. 2019-02-24 11:47:46 +01:00
zaCade 63213ce57f NoSteam: Change extension functions. 2019-02-24 11:31:45 +01:00
zaCade b8b460b6a7 Merge branch 'master' of http://git.unloze.com/UNLOZE/sm-plugins-unloze 2019-02-20 13:12:16 +01:00
zaCade 44683ac697 MakoVote: GetEntityClassname instead of GetEdictClassname. 2019-02-20 13:12:14 +01:00
zaCade cead438b21 MakoVote: Check if entity still valid PostSpawn.
Error spam galore, finally decided to fix it.
2019-02-16 14:15:21 +01:00
zaCade c8870af2d0 MapAdmin: Fix .txt shenanigans. 2019-01-07 15:34:44 +01:00
zaCade 6e4ace4e4b Remove hlstats. 2019-01-05 18:59:09 +01:00
zaCade 8696cb462f MapAdmin: With per map configs. 2019-01-05 18:49:54 +01:00
zaCade 537126b4e0 PlaytimeReward: Add the missing semicolon. Woops 2018-12-23 16:27:12 +01:00
zaCade 50d89a9473 PlaytimeReward: Clamp maximal in a cleaner way. 2018-12-23 16:24:03 +01:00
zaCade dfd1a81bff PlaytimeReward: Quick formatting cleanup.
xD
2018-12-16 14:52:35 +01:00
zaCade 73ac24c65c Misc: Move shared stuff to shared git. 2018-12-08 21:20:37 +01:00
zaCade 7f5635ac02 hlstatsx: add late load support. 2018-12-03 17:15:20 +01:00
zaCade 7545e6f771 Merge branch 'master' of http://git.unloze.com/UNLOZE/sm-plugins 2018-12-03 16:55:39 +01:00
zaCade 49b1e6eed4 hlstatsx: update ZE module.
Seems the ZR native's require people to actually be alive??
2018-12-03 16:55:17 +01:00
zaCade 5792332f34 Disable replaced plugins from autocompile 2018-12-02 17:10:47 +01:00
zaCade 9c5312f11c BossHP: Change event names for hlstats. 2018-12-02 16:11:07 +01:00
zaCade e9b5cf8f9c TopDefenders: Change event names for hlstats. 2018-12-02 16:10:52 +01:00
zaCade 2912450e40 entWatch4: Rework registering, aka make it actually work.
And change some other small stuff.
2018-12-02 16:03:53 +01:00
zaCade 9f3e89514d Hlstats: Update server modules.
Add a ZE module, and change the ZR one slightly to be more similiar.
2018-12-02 16:03:11 +01:00
zaCade 9034d4284a Merge branch 'master' of http://git.unloze.com/UNLOZE/sm-plugins 2018-11-29 16:45:02 +01:00
zaCade 1f42617f3b CCC: Fix a quick compiler error. 2018-11-29 16:44:44 +01:00
zaCade cc9d8e52cd Stats: move the reset function. 2018-11-24 14:01:41 +01:00
zaCade 129d0ec2b7 ItemSpawn: Add a filter for items onto balrog. 2018-11-24 14:01:09 +01:00
zaCade a800e655eb entWatch4: Actually make it work.
Since pushing the configurated 'item' as an item would break stuff, so now the configs and items are split between 2 classes.
2018-11-19 16:27:52 +01:00
zaCade 8564ffcfc6 Merge branch 'master' of http://git.unloze.com/UNLOZE/sm-plugins 2018-11-18 19:09:58 +01:00
zaCade df7f13159c HLStats: Add ZRiot 'module'. 2018-11-18 19:09:43 +01:00
zaCade cdce32ac42 entWatch4: Temporary dev module. 2018-11-13 17:34:38 +01:00
zaCade 2238db206c entWatch4: Update to class instead of struct enum.
And some other cleanup stuff.
2018-11-13 17:34:17 +01:00
zaCade 5c37acb50e entWatch4: Move unconverted to temp folder 2018-11-13 17:33:33 +01:00
zaCade 604a977e5d entWatch4: Update CFG's 2018-11-13 17:33:03 +01:00
zaCade 83d186bb6f Merge branch 'master' of http://git.unloze.com/UNLOZE/sm-plugins 2018-11-12 19:03:51 +01:00
zaCade a8c20e5fe2 AmmoManager: Dont bother hooking what we dont have. 2018-11-12 19:03:32 +01:00
zaCade 2d3c9e1966 BossHP: General Kenobi cleans house. 2018-10-15 23:14:54 +02:00
zaCade 17dfe2f334 Remove autocompile on this 2018-10-15 22:56:48 +02:00
zaCade 90d448ef8c BossHP-Ranking: Ohai
Hopefully this one doesnt lag. :<
2018-10-15 21:50:38 +02:00
zaCade 8ca58d2222 BossHP-Ranking: Fix arguments. 2018-10-15 12:37:50 +02:00
zaCade aed3e5b0eb BossHP: Slightly organize code. 2018-10-15 12:37:12 +02:00
zaCade 7160defcaa BossHP: Finish second version of damage callback.
Now with extra forwards.
2018-10-13 14:21:51 +02:00
zaCade eb94163ef8 BossHP: Add second version of damage callback.
Not fully finished yet trough.
2018-10-11 16:32:38 +02:00
zaCade c22297b1a0 BossHP: Remove first version of damage callback. 2018-10-11 16:30:11 +02:00
zaCade b95606ff40 Remove duplicate code 2018-10-08 21:51:02 +02:00
zaCade f99ecfde4a Fix some silly stuff.
This is probably caused by copy pasta.
2018-10-08 21:46:08 +02:00
zaCade 4bd16dce84 blub^3 2018-10-08 19:25:53 +02:00
zaCade 5f8e8f7d53 Dunno, Hopefully this fixes it. 2018-10-08 17:03:40 +02:00
zaCade 40f9ffc9e1 entWatch4: Nuke useless include 2018-09-30 12:53:07 +02:00
zaCade d1555374be (¬‿¬) 2018-09-23 23:53:59 +02:00
zaCade 797d6b90f6 TopDefenders: Actually remove the forward. 2018-09-23 21:13:42 +02:00
zaCade d2f097bed8 TopDefenders: Remove Forward due to limitations.
Seems we cant push all the data because of limitations causing a runtime
error. Forward wasn't used anyway.
2018-09-23 21:12:44 +02:00
zaCade c4ada8e92c TopDefenders: Change the text printed slightly.
Okay maybe not slightly. Whatever.
2018-09-20 21:32:41 +02:00
zaCade a61c1fa0c6 TopDefenders: JUDGE ME! FORGOT SOMETHING! 2018-09-18 18:48:12 +02:00
zaCade e197cc83e0 TopDefenders: JUDGE ME I DARE YA. 2018-09-18 18:42:23 +02:00
zaCade db13adc4aa ಠ_ಠ 2018-09-18 16:47:47 +02:00
zaCade 93dcb84f20 Merge branch 'master' of http://git.unloze.com/UNLOZE/sm-plugins 2018-09-18 12:35:11 +02:00
zaCade a9b375ac4d entWatch4: Dump some left over code. 2018-09-18 12:35:03 +02:00
zaCade e939f7bff7 Cleanup error, and change syntax slightly 2018-09-07 22:13:24 +02:00
zaCade 4e1242554c Merge branch 'master' of http://git.unloze.com/UNLOZE/sm-plugins 2018-09-05 20:38:44 +02:00
zaCade cdbc35b0ad NoSteamManager: Remove spoofing? Doesnt work. 2018-09-05 20:38:40 +02:00
zaCade f6b8c2786b PointServerCommandFilter: change input check.
Make it incase sensitive, some maps on CSGO seem to return it in
lowercase. Dont even ask why.
2018-09-01 19:33:08 +02:00
zaCade 61b2dea52a Revert "TopDefenders: Add a loop that compares deaths."
This reverts commit ffb59ecca3.
2018-08-30 16:16:21 +02:00
zaCade ffb59ecca3 TopDefenders: Add a loop that compares deaths.
So it only modifies the deaths when ever thats needed, the csgo
scoreboard seems to flip the fuck out otherwise.
2018-08-29 18:19:28 +02:00
zaCade a9704e1bfb ItemSpawn: Disable kill messages.
They cause errors on non-client calls :B
2018-08-28 12:51:15 +02:00
zaCade 7813d7d677 NoSteamPlayerCount: Y u no add here either. 2018-08-25 17:29:39 +02:00
zaCade 6ea36a22e4 NoSteamPlayerCount: Remove InGame check. 2018-08-25 14:40:18 +02:00
zaCade 288346d7d0 NoSteamPlayerCount: Slight formatting update. 2018-08-24 19:59:50 +02:00
zaCade d256b9f9de wqdqwdqwdqw
qwdqwdqwd
2018-08-18 17:48:04 +02:00
zaCade 0b0a0a278a Include cleanup Part 1
Part 2 will be the simlink creations when i figure that out.
2018-08-17 17:56:21 +02:00
zaCade 44699bcc7a entWatch4: Fuck you :> 2018-08-13 16:06:10 +02:00
zaCade b62176847f mapchooser_extended: map restriction related fix 2018-08-12 20:16:08 +02:00
zaCade daa75af559 ItemSpawn: Ok, final one.. i hope 2018-08-12 16:49:58 +02:00
zaCade 27f2eb92a5 ItemSpawn: Oops 2018-08-12 16:45:20 +02:00
zaCade 652387ca9e ItemSpawn: Clean up filters. 2018-08-12 16:43:30 +02:00
zaCade 40fbe720eb ItemSpawn: Whiteknight complete. 2018-08-12 16:09:46 +02:00
zaCade e320fe472d ItemSpawn: Slight mistake fix.
Im actually going to stop here.. for today
2018-08-11 20:38:11 +02:00
zaCade 13323e04f5 ItemSpawn: Cleaner this way. 2018-08-11 20:33:45 +02:00