Commit Graph

340 Commits

Author SHA1 Message Date
BotoX
5f1b50d64a update StopSound 2018-08-07 22:41:05 +02:00
BotoX
dd024b6e5f update Spectate 2018-08-07 22:39:17 +02:00
BotoX
06518f1b0b add SpecialSettingsSunday 2018-08-07 22:37:42 +02:00
BotoX
e9150eb00c add Ranking 2018-08-07 22:36:36 +02:00
BotoX
44bd96ddb7 add PushNades 2018-08-07 22:35:59 +02:00
BotoX
b8554d6650 add KillStreaks 2018-08-07 22:35:28 +02:00
BotoX
c2ad26b78c add FunMode 2018-08-07 22:34:59 +02:00
BotoX
4e32bbf7ee update TeamManager 2018-08-07 22:33:42 +02:00
BotoX
39d4e187c2 add Discord 2018-08-07 22:31:09 +02:00
BotoX
c87903c031 add DefenderMoney 2018-08-07 22:29:47 +02:00
BotoX
227b2064c1 add CrowdSpawnWarning 2018-08-07 22:28:46 +02:00
BotoX
f7cc75b072 add AntiBhopCheat 2018-08-07 22:27:29 +02:00
BotoX
db7cee19ae add GFLClanru 2018-08-07 22:24:18 +02:00
BotoX
2262559464 add SMJSONAPI 2018-08-07 22:22:27 +02:00
BotoX
ab4e9de4a4 add Leader2 2018-08-07 22:18:01 +02:00
BotoX
c3140b0a4a add hlstatsx_difficulty 2018-08-07 22:13:31 +02:00
BotoX
2040672cb2 entWatch: no cookies -> restricted 2018-08-07 22:10:18 +02:00
BotoX
a5bbe8cdae add TopDefenders 2018-08-07 22:08:29 +02:00
BotoX
722d9654b9 new plugin: TriggerRewards 2018-08-07 22:08:29 +02:00
BotoX
08a26075fc new plugin: PlaytimeReward 2018-08-07 22:08:29 +02:00
BotoX
b12b864360 new plugin MVPStars 2018-08-07 22:08:29 +02:00
BotoX
0257c3d626 Extend: support for running without gameover gamedata 2018-08-07 22:08:29 +02:00
BotoX
5fc9f08665 Revert "General: Change some permissions around."
This reverts commit 62d27305fb.
2018-08-07 22:08:29 +02:00
BotoX
26aea3da35 Revert "General: Here we go once again :3"
This reverts commit d1395ffd42.
2018-08-07 22:08:29 +02:00
BotoX
6a76916b36 Revert "General: Change Root permission into RCON."
This reverts commit 6b37afd8de.
2018-08-07 22:08:29 +02:00
BotoX
595d932aca add AutoZSpawn 2018-08-07 22:08:29 +02:00
BotoX
107f263ef3 ConnectAnnounce: update to latest version 2018-08-07 22:08:25 +02:00
BotoX
5a5236181f Remove obsolete plugin 2018-08-07 21:07:11 +02:00
zaCade
4a5ba9e986 MapChooser: Cleanup some dumb stuff. 2018-08-03 16:12:54 +02:00
zaCade
5075c235f8 SelfMute: Change GetCmdArgString to GetCmdArg.
ArgString shouldnt be needed here, and breaks targetting with
"#STEAM_0:0:0000".
2018-08-03 16:12:25 +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
neon
6bb1ea56f6 zacade you silly goose! 2018-07-18 15:57:34 +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