shavitush
7a76dd82b6
silly me... now works in CS:GO
2016-06-02 21:28:03 +03:00
shavitush
17e0314c3c
Add new plugin (shavit-sounds), config and samples
2016-06-02 20:42:16 +03:00
shavitush
436db58c47
Fix warnings when compiling against SM 1.8
2016-06-02 17:04:56 +03:00
shavit
ccd15110b0
Merge pull request #39 from OfficialExtan/fix-noclip-abuse
...
Fix Noclip Abuse
2016-06-02 13:54:43 +03:00
XTN
d31a4805c7
Fix Noclip Abuse
2016-06-02 12:48:11 +02:00
shavitush
ffec274fd8
Remove one condition from if()
2016-06-01 22:43:08 +03:00
shavit
946b08cd14
Merge pull request #37 from OfficialExtan/patch2
...
Allow keys on ground & block prejump in start zone
2016-06-01 22:14:22 +03:00
shavitush
39a80d86cd
fix hideradar's cvar behavior
2016-06-01 21:54:58 +03:00
XTN
7e3dc1db3a
BlockPreJump
2016-06-01 20:36:31 +02:00
XTN
77181e1e17
Allow keys on ground & block prejump on start zone
2016-06-01 17:06:34 +02:00
shavit
3c4e38f2d1
Merge pull request #36 from OfficialExtan/master
...
Add teleport to !end
2016-06-01 16:25:45 +03:00
XTN
0164509ea5
Teleport to !end
2016-06-01 13:29:45 +02:00
Anthony
f3543d85bf
[INC] HSW removal of S-block
2016-06-01 11:56:00 +01:00
shavitush
c625be51f9
Add a cvar for teleportation commands
2016-05-30 15:40:54 +03:00
shavitush
5cbdfa44aa
[hud] Generate plugin config ( fixes #32 )
2016-05-27 18:06:42 +03:00
shavitush
3d9d9fe25f
Add a security check for the radar timer using serials
2016-05-27 08:44:47 +03:00
Anthony
760fba86ab
Updated Code for radar
2016-05-26 21:29:56 +01:00
Anthony
5b2b10c60f
Removal of timer from players upon spawn
2016-05-26 21:14:49 +01:00
shavitush
835f19fb1b
Implement both HSW solutions and simplify code
2016-05-26 20:07:13 +02:00
shavitush
8f6d1ba4e2
Remove a useless condition and indent code
2016-05-26 19:59:29 +02:00
Anthony
8f5c3f87ca
HSW Additions
2016-05-26 18:52:12 +01:00
Anthony
6f596fae0a
HSW Additions
2016-05-26 18:49:56 +01:00
shavitush
03462a7e6d
remove one SQL_EscapeString() as it's unused
2016-05-26 09:59:47 +03:00
shavitush
fd18511379
Support uppercase chat triggers
2016-05-24 16:31:09 +03:00
shavitush
ef1c813711
fix start zone/prespeed issues - fixes #25
2016-05-22 14:20:46 +03:00
shavitush
61fd0f6e03
Migrate DBI to the 1.7 transitional syntax
2016-05-21 06:43:52 +03:00
shavitush
862b6d7d5d
Fix possible 'array out-of-bounds' error
...
When deleting a style while a record for it exists
2016-05-21 06:07:30 +03:00
shavitush
d3f3fb1e30
Fix infinite replay bots
2016-05-20 07:56:05 +03:00
shavitush
34aaf35a4d
Add unranked styles and new properties
...
See shavit.inc
2016-05-20 07:43:13 +03:00
shavitush
1b22209814
Fix blocking A not working
2016-05-17 20:44:55 +03:00
shavitush
d5a18967ef
Add "shavit_hud_zonehud"
2016-05-10 14:41:53 +03:00
shavitush
108337ffe2
fix error
2016-05-01 18:33:20 +03:00
shavitush
7a7c8ae1d4
Fix replay bot not showing style
2016-04-29 16:39:08 +03:00
shavitush
270f55525e
Add easybhop to the default scroll style
2016-04-29 16:11:25 +03:00
shavitush
3c6c131796
Add 3 new default styles (w-only/legit/400vel)
2016-04-29 16:05:45 +03:00
shavitush
1857f9ef48
Support dynamic zone loading on creation of zones
2016-04-29 15:49:33 +03:00
shavitush
bbf1209f06
Support more than 2 replay bots
2016-04-29 15:25:45 +03:00
shavitush
ca7fba802d
Fix chat formatting for CS:S
2016-04-29 15:11:53 +03:00
shavitush
c42b4f9e58
Fix -stats menus showing wrong style names
2016-04-29 15:04:10 +03:00
shavitush
0006e984e2
Fix velocity being limited for every style
2016-04-29 14:56:01 +03:00
shavitush
12c8b6d9ce
Add per-style settings
...
Check shavit.inc
2016-04-29 14:50:22 +03:00
shavitush
68d62cb16e
Use SourceMod's native vector scaling
2016-04-29 14:49:06 +03:00
shavitush
b8d1fa3f9b
Add "No Speed Limit" zone type
...
Also make map zones prettier using beam/halo sprites according to the
game (CS:S/CS:GO) and make mapzones more dynamic!
2016-04-29 14:48:37 +03:00
shavitush
31e70fa2bd
Revamp shavit-stats
...
Now `shavit-stats` is also style-dynamic
2016-04-28 04:03:39 +03:00
shavitush
a410c583b6
Shorten code
2016-04-28 03:06:26 +03:00
shavitush
10cc1bc1db
Fix timer starting w/o a start zone ( fixes #23 )
...
shavit_core_timernozone:
Allow the timer to start if there's no start zone?
2016-04-28 03:05:13 +03:00
shavitush
d017ea54eb
Fix possible SQL error
...
and migrate PrintToChat() to Shavit_PrintToChat()
2016-04-25 12:04:08 +03:00
shavitush
ef10f50be0
Add replay bot HUD formatting
...
style it so it looks better in CS:GO, and add a replay bot native
2016-04-25 08:10:11 +03:00
shavitush
a1180fb647
Fix SQL error for workshop maps
...
[shavit-wr.smx] Timer (WR cache update) SQL query failed. Reason: You
have an error in your SQL syntax; check the manual that corresponds to
your MariaDB server version for the right syntax to use near '' at line
1
2016-04-25 07:45:27 +03:00
shavitush
bec3e4df27
Fix Forwards replay bots not playing
...
and update todo
2016-04-25 07:35:21 +03:00