Raised This Month: $12 Target: $400
 3% 

[CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)


Post New Thread Reply   
 
Thread Tools Display Modes
wyd3x
Senior Member
Join Date: Sep 2012
Old 06-28-2015 , 16:59   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.0b 28/June/2015)
Reply With Quote #11

Thanks for the plugin shavit!
I love you <3 hahaha XD
__________________
my plugins:
deleter v2.1 || [Store] Chat Color (1.2) - csgo || [Store] Award winner team
need a private plugin?
contact with me: PM, EMAIL: [email protected], discord: wyd3x #2096
private plugins: Hunger Games, [Store] Lottery, [Store] Gamble, VIP
wyd3x is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 06-28-2015 , 20:11   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.0b 28/June/2015)
Reply With Quote #12

Quote:
Originally Posted by mazdarx8 View Post
Okay, so I wait for it then.

Is there a server with this plugin online, to test?
No since I don't have any dedi/VPS right now.
You can add me to Steam though if you want to see it in action, in my private development server
__________________
retired
shavit is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 06-28-2015 , 20:17   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.0b 28/June/2015)
Reply With Quote #13

Quote:
Originally Posted by ofir753 View Post
Shavit-sounds:
Play a random sound from chosen sound files when player breaks world record

Installation:
Put shavit-sounds.smx in the plugins folder
Export sounds.cfg in addons/sourcemod/configs/timer/

Csgo comes with over 120 sounds
Css comes with 19 sounds

You can add/delete custom sounds by edit sounds.cfg
Amazing! Thank you.
Just a friendly reminder: The developers' API in the timer has a function called Shavit_GetGameType() so use it to make it easier on server owners by opening the correct file (e.g. sounds_css/sounds_csgo) while letting them just copy both without too much trouble.

btw, feel free to make your own thread for the module
__________________
retired
shavit is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 06-28-2015 , 21:00   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.0b 28/June/2015)
Reply With Quote #14

Quote:
Originally Posted by SnowredWolf View Post
Hello
I have a few suggestions how this plugin could be improved.

Could you possible add another Hook event? Onplayerhurt or such.
Would it be possible that you could make the start zones either 1. higher, 2. Only show on ground? - It's pretty annoying to look at a zone that's only the height of a player.


I've tried to edit a bit in the plugin for my own needs, but I get a few errors when trying to compile it(Picture. Would be awesome if you'd be able to help with these errors!

But overall this is a really nice timer plugin! I've been looking for a timer plugin for my servers and have tested many different types of timers and time being, this one seems like my best choice. I hope you will continue developing this and do an amazing job!

Cheers!
I'll make zones x1.5 higher
Also, before I make an OnPlayerHurt event, why would you need it for? You can hook it through other plugins already.

About your compilation error, update your "scripting" directory to match the one on the newest SourceMod 1.7 release.

And I'd like to thank you very much for your feedback! I really appreciate it.

!!UPDATE!!
29/June/2015 1.1b -
shavit-zones:
Fixed a weird issue with mapzones.
Made mapzones higher, now the preview drawing of the zones when you make them and the zone you see at the confirm menu is the same.

shavit-core:
Fixed an errors spam that would happen if mapzones aren't loaded.
__________________
retired

Last edited by shavit; 06-28-2015 at 21:32.
shavit is offline
SnowredWolf
SourceMod Donor
Join Date: May 2015
Location: Denmark
Old 06-29-2015 , 05:58   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.0b 28/June/2015)
Reply With Quote #15

Quote:
Originally Posted by shavit View Post
I'll make zones x1.5 higher
I'll make zones x1.5 higher
Also, before I make an OnPlayerHurt event, why would you need it for? You can hook it through other plugins already.

About your compilation error, update your "scripting" directory to match the one on the newest SourceMod 1.7 release.

And I'd like to thank you very much for your feedback! I really appreciate it.
Thank you for making the zones higher, really fast you did that!

I'd like a OnPlayerHurt event or OnPlayerTakedamage event because I'd like people to be able to die from world damage & Falldamage. It seems like when I installed this plugin it disabled damage from world. -> If you know a plugin that makes this event & supports this plugin, I'd be happy if you could link it!

I also have a new suggestion for a zone type, basically you have stop timer & Teleport right now and then I thought it would be nice with a zone that could kill people - could you maybe add that?

Constructive feedback is the way to go.
__________________
SnowredWolf is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 06-29-2015 , 07:35   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.0b 28/June/2015)
Reply With Quote #16

Quote:
Originally Posted by SnowredWolf View Post
Thank you for making the zones higher, really fast you did that!

I'd like a OnPlayerHurt event or OnPlayerTakedamage event because I'd like people to be able to die from world damage & Falldamage. It seems like when I installed this plugin it disabled damage from world. -> If you know a plugin that makes this event & supports this plugin, I'd be happy if you could link it!

I also have a new suggestion for a zone type, basically you have stop timer & Teleport right now and then I thought it would be nice with a zone that could kill people - could you maybe add that?

Constructive feedback is the way to go.
I'll add the player slaying zone to my todo list

And I'll just add a cvar with 3 options:
1 - no godmode
2 - only world damage
3 - only player damage

For now - use this version of timer-misc, it's without a cvar but only world/fall damage will kill you.

I'm not home so I can't really compile it for you ;S
Attached Files
File Type: sp Get Plugin or Get Source (shavit-misc.sp - 283 views - 8.0 KB)
__________________
retired
shavit is offline
SnowredWolf
SourceMod Donor
Join Date: May 2015
Location: Denmark
Old 06-29-2015 , 08:41   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.0b 28/June/2015)
Reply With Quote #17

Quote:
Originally Posted by shavit View Post
I'll add the player slaying zone to my todo list

And I'll just add a cvar with 3 options:
1 - no godmode
2 - only world damage
3 - only player damage

For now - use this version of timer-misc, it's without a cvar but only world/fall damage will kill you.

I'm not home so I can't really compile it for you ;S
Good idea to add cvars to control the damage system

That misc works like a charm! It kills people exactly like I wanted it to, thank you for uploading that!
It worked to update my scripting folder to 1.7.2, now I can compile the timer
__________________

Last edited by SnowredWolf; 06-29-2015 at 08:42.
SnowredWolf is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 06-29-2015 , 09:29   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.0b 28/June/2015)
Reply With Quote #18

Quote:
Originally Posted by SnowredWolf View Post
Good idea to add cvars to control the damage system

That misc works like a charm! It kills people exactly like I wanted it to, thank you for uploading that!
It worked to update my scripting folder to 1.7.2, now I can compile the timer
Glad to help
Let me know if you want anything else added to the timer!
__________________
retired
shavit is offline
Proz
AlliedModders Donor
Join Date: Apr 2005
Old 06-29-2015 , 12:23   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.1b 29/June/2015)
Reply With Quote #19

Well done.

One question, wouldn't it be better to block the keys players are pressing when using a certain style instead of stopping their timer IF they press a key that isnt allowed for that style?
Proz is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 06-29-2015 , 12:49   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.1b 29/June/2015)
Reply With Quote #20

Quote:
Originally Posted by Proz View Post
Well done.

One question, wouldn't it be better to block the keys players are pressing when using a certain style instead of stopping their timer IF they press a key that isnt allowed for that style?
Nope, I can't block +left/right server sided. And +left/right shouldn't be allowed on any bhop server.
(IN_LEFT = +left, IN_RIGHT = +right)
__________________
retired
shavit is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:07.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode