Commit Graph
67 Commits
Author SHA1 Message Date
zaCade da526d925a ChatFilter: Push to git, unfinished. 2018-07-23 17:18:51 +02:00
zaCade c8b3433700 Spring break cleanup.
Cleaning up all useless tabs, spaces, indents, you name it.
2018-07-23 17:06:03 +02:00
zaCade 4eeb1b004f StopSound: Seems 'Shotgun Shot' is used on CSGO.
Seems its actually used on CSGO, only difference is m_iWeaponID =>
m_weapon.
2018-07-22 15:19:33 +02:00
zaCade 86c53da79d NameFilter: Break expressions loop too.
Seems this one does the same. As the guard loop.
2018-07-21 17:54:15 +02:00
zaCade a352c51739 NameFilter: Break guard loop on name length zero.
Seems on CSGO, it sometimes keeps looping despite the name already being
non-existant.
2018-07-21 17:48:52 +02:00
zaCade fad99bc1f2 NoSteamManager: Allow unvalid steamid's to pass.
a steamid like STEAM_ID_PENDING was causing people to get kicked,
because if someone was already connected with a steamid it would count
as a double.
2018-07-20 15:52:46 +02:00
zaCade 73f2909a34 PlayerVisibility: Check if still ingame and alive. 2018-07-20 15:28:00 +02:00
zaCade 4f6f4b2dac StopSound: Mute stuff that starts with 'music'.
On CSGO most map music seems to start in the music folder, aka count
that as music aswell. Doh!
2018-07-19 14:20:50 +02:00
zaCade 82621ea1e1 PointServerCommandFilter: Execute Commands always.
Just execute the command trough sourcemod, to bypass the damn
bspconvar_whitelist shenanigans. Cause that shitty file resets each damn
update..
2018-07-19 13:52:43 +02:00
zaCade 00922f6f9c StopSound: Forgot moving this too.
Woops.
2018-07-18 18:02:10 +02:00
zaCade 38599ef679 NoSteamManager: Swap around if statements.
For real this time....
2018-07-18 16:03:41 +02:00
zaCade 61f9916319 Revert "NoSteamManager: Swap around if statements."
This reverts commit ab5bbd6e95.
2018-07-18 15:59:21 +02:00
zaCade 6a1cb22e6d StopSound: Add 'Shotgun Shot' only on CSS.
Seems it causes errors on CSGO.
2018-07-18 15:58:30 +02:00
zaCade ab5bbd6e95 NoSteamManager: Swap around if statements.
They shouldve been this way around. Oops dx
2018-07-18 15:57:53 +02:00
zaCade 0c8697438b NoSteamManager: Potentially block steamid spoofs.
Block no-steamers from joining whenever the 'owner' of the steamid is
connected, or kick them whenever the 'owner' is connecting.
2018-07-15 23:38:20 +02:00
zaCade 6b37afd8de General: Change Root permission into RCON.
Since w/ RCON you can do it over console anyway..
2018-07-07 14:34:48 +02:00
zaCade a7e88cdeab ExtraCommands: Fix GivePlayerItem on CS:GO.
Giving certain weapons that used to exist on CS:S to players on CS:GO,
causes the server to crash.
Good shit volvo :^)
2018-07-01 20:11:24 +02:00
zaCade d1395ffd42 General: Here we go once again :3
Last time, i swear!
2018-06-20 16:06:45 +02:00
zaCade 62d27305fb General: Change some permissions around.
¯\_(ツ)_/¯
2018-06-20 14:59:13 +02:00
zaCade 35adbe2c88 ChatColors: Fix forward, woops. 2018-06-19 16:31:33 +02:00
zaCade 8629ea2494 ChatColors: Clear useless tabs, Oopsy. 2018-06-14 16:37:23 +02:00
zaCade ded4308733 ChatColors: Add a message forward.
Allows to block message per client.
2018-06-14 16:21:36 +02:00
zaCade 0e4b21116b MapChooser: Exclude bots from rtv count.
Commented out the old code instead of removing. For science!
2018-06-02 17:37:25 +02:00
zaCade 324b5c55ae SelectiveBhop: Add a status command.
Fuck you dogan, let me game in peace. K tnx bye. (ノಠ益ಠ)ノ彡┻━┻
2018-05-30 16:24:02 +02:00
zaCade a592567ca7 AutoRecorder: Record in batches of 30 minutes.
Restarts recording at roundstarts, if recording for longer then 30
minutes.
2018-05-26 17:42:18 +02:00
zaCade 7d5f7f0362 NoSteamManager: Seems FCVAR_PLUGIN is deprecated. 2018-03-27 16:42:12 +02:00
zaCade f1e08a6ee4 NoSteamManager: Add convars. 2018-03-26 21:44:05 +02:00
zaCade d56ccc5d0e NoSteamManager: wat the fuck 2018-03-24 17:22:05 +01:00
zaCade f4dfe66528 NoSteamManager: initial push. 2018-03-24 17:20:48 +01:00
zaCade bcf922ac02 ConnectAnnounce: Show no-steam clients. 2018-03-23 14:18:30 +01:00
zaCade 3e9e3cda47 Status: Show no-steam clients. 2018-03-22 23:40:46 +01:00
zaCade ba611eac43 Oops 2018-02-22 15:18:28 +01:00
zaCade dd9ac93b61 PlayerVisibilty: Make it work w/o zombiereloaded. 2018-02-22 15:16:47 +01:00
zaCade be0c3a815c entWatch: Found these.
Might aswell push them =P
2018-02-11 20:41:21 +01:00
zaCade cd9d3667b9 ExtraCommands: add a restartround command. 2017-12-07 23:05:50 +01:00
zaCade e9ce02f2d4 StopSound: This seems to work so far..
I know the switch is somewhat 'useless' it just looks cleaner this way.
:table:
2017-11-23 20:05:01 +01:00
zaCade b06ee55b63 entWatch4: Push it all to GIT, fuck local storage.
Had to rename the entWatch.inc cause compiler refused to use the right
one otherwise. :table:
2017-11-21 02:42:57 +01:00
zaCade fa4967c4d3 FixPointTeleport: fix stupid tab. 2017-11-05 02:44:57 +01:00
zaCade c7cc6e206e FixPointTeleport: fix comment mistake. 2017-11-05 01:48:39 +01:00
zaCade df54cbab4b FixPointTeleport: Only called while constrained. 2017-11-05 00:59:15 +01:00
zaCade 1cac46a063 Mapchooser: fix rtv playercount update.
That if statement in OnPlayerChangedTeam made me giggle when i saw it.
2017-11-01 00:51:48 +01:00
zaCade eb76f695c5 FixPointTeleport: potentially fix crash issue. 2017-10-31 18:59:55 +01:00
zaCade cd15f02ca1 FixPointTeleport: initial push. 2017-10-30 17:08:14 +01:00
zaCade a6974869bf FixAngles: Revert exclude, touch only func_rotating 2017-10-30 13:33:47 +01:00
zaCade 02de957660 FixAngles: ignore func_rot_button's 2017-10-29 01:07:59 +02:00
zaCade 7c0f5cc543 Mapchooser: Shorter code, is gud yes? 2017-10-23 00:07:56 +02:00
zaCade a2ca41ee7a Mapchooser: Fix mapname not showing. 2017-10-19 19:58:33 +02:00
zaCade 1d7688ee00 Mapchooser: Fix obvious bug, seems noone noticed. 2017-10-19 19:48:48 +02:00
zaCade 6fc8146d7f Update Mapchooser Time restrictions
Time till nomination calculation might still be off. (restriction itself
works fine)
2017-10-15 16:20:53 +02:00
zaCade b92e95b79e Ooops 😆 2017-10-13 00:28:05 +02:00
zaCade 8ba1041e8d entWatch4 update. 2017-10-12 21:53:17 +02:00
zaCade 5c8a765776 Eh, dunno. 2017-10-12 21:52:59 +02:00
zaCade f67b801d61 Compiler errors 2017-10-12 21:52:36 +02:00
zaCade 9532c0893f Allow mapchooser to exclude maps based on Daytime. 2017-10-12 21:52:19 +02:00
zaCade 54eca07b3e CSGO, weaponcleaner workaround.. (Its shit) 2017-08-27 21:53:58 +02:00
zaCade d4448802a4 CSGO, Improvement to 'joingame' command 2017-08-27 00:39:02 +02:00
zaCade e3d8af0d51 Only hook 'joingame' on CSGO, its not needed on CSS. 2017-08-19 19:07:18 +02:00
zaCade fe56f2e286 Fix TeamManager for CSGO, for real this time. 2017-08-18 22:24:22 +02:00
zaCade 34fc227de2 Fix TeamManager for CSGO. 2017-08-18 16:03:27 +02:00
zaCade dac8227326 ༼ つ ◕_◕ ༽つ 2017-03-24 16:59:05 +01:00
zaCade b5e1c481fa (ノಠ益ಠ)ノ彡┻━┻
REEEEEEE
2017-03-24 16:58:29 +01:00
zaCade 07fc58e2be BossHP: Stage 4 Comment 2017-03-24 16:54:48 +01:00
zaCade 589960b49f OCD Fix. 2017-03-24 16:54:27 +01:00
zaCade c8128b2659 BossHP: New configs & fixes 2017-03-19 01:30:45 +01:00
zaCade 7b80848cd0 Teammanager: Remove obsolete code 2017-03-02 00:33:46 +01:00
zaCade 08ac49923d Add entWatch4
This is still a beta thing. ¯\_(ツ)_/¯
2017-03-01 21:05:40 +01:00
zaCade 99bee3ba9e Add Configs 2017-02-28 21:43:29 +01:00