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

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


Post New Thread Reply   
 
Thread Tools Display Modes
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 05-17-2016 , 00:18   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #441

Quote:
Originally Posted by Kruzi View Post
What about styles not working?
All the styles work fine in my servers. Care to elaborate?

Quote:
Originally Posted by Kruzi View Post
How can i add blocking +use? For new custom style
Will be added, probably in a few days.

Quote:
Originally Posted by Flyyzz View Post
Ive been trying out multiple timer plugins from my minigames server but everytime i use yours or zipcore it causes alot of lag. is there any way i can fix this?
PM me your databases.cfg file.
__________________
retired
shavit is offline
Kruzi
Senior Member
Join Date: Dec 2014
Location: Kyiv, Ukraine
Old 05-17-2016 , 03:03   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #442

Quote:
Originally Posted by shavit View Post
All the styles work fine in my servers. Care to elaborate?


Will be added, probably in a few days.


PM me your databases.cfg file.
I cannot understand for what is style scroll what must to be? Not working bhop on 400 Velocity! I'm using only yours bhop in shavit core.
Kruzi is offline
detc
Junior Member
Join Date: May 2016
Old 05-17-2016 , 05:17   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #443

Plugin's working great, though I've tried to modify the 1.4b release of the zones plugin to use a custom sprite and it doesn't compile. The error is:

Code:
//// shavit-zones.sp
// 
// shavit-zones.sp(45) : error 052: multi-dimensional arrays must be fully initialized
// 
// 1 Error.
//
// Compilation Time: 0.23 sec
I looked at line 45 and sure enough there's a 2 dimentional array with one dimension empty. Any idea what went there?
detc is offline
XTN
Junior Member
Join Date: May 2016
Location: Germany/Cologne
Old 05-17-2016 , 13:29   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #444

I have a question.
I tried to add styles and followed the instructions in the tutorial:

STYLE_AUTOBHOP|STYLE_EASYBHOP|STYLE_BLOCK_W|S TYLE_BLOCK_D|STYLE_BLOCK_S // A-Only
STYLE_AUTOBHOP|STYLE_EASYBHOP|STYLE_BLOCK_W|S TYLE_BLOCK_A|STYLE_BLOCK_S // D-Only

A-Only works fine but on D-Only the D-Key is still blocked D: Why?
XTN is offline
ofir753
Senior Member
Join Date: Aug 2012
Old 05-17-2016 , 13:41   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #445

Quote:
Originally Posted by XTN View Post
I have a question.
I tried to add styles and followed the instructions in the tutorial:

STYLE_AUTOBHOP|STYLE_EASYBHOP|STYLE_BLOCK_W|S TYLE_BLOCK_D|STYLE_BLOCK_S // A-Only
STYLE_AUTOBHOP|STYLE_EASYBHOP|STYLE_BLOCK_W|S TYLE_BLOCK_A|STYLE_BLOCK_S // D-Only

A-Only works fine but on D-Only the D-Key is still blocked D: Why?
change in line 785 in shavit-core.sp.
from
vel[1] > 0
to
vel[1] < 0

and recompile, human mistake.

btw EXTAN is that you?

Last edited by ofir753; 05-17-2016 at 13:43.
ofir753 is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 05-17-2016 , 13:52   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #446

Quote:
Originally Posted by Kruzi View Post
I cannot understand for what is style scroll what must to be? Not working bhop on 400 Velocity! I'm using only yours bhop in shavit core.
400 velocity/scroll disable autobhop. Those styles are popular in 'legit CS:S servers' so I also have them in my timer.

Quote:
Originally Posted by detc View Post
Plugin's working great, though I've tried to modify the 1.4b release of the zones plugin to use a custom sprite and it doesn't compile. The error is:

Code:
//// shavit-zones.sp
// 
// shavit-zones.sp(45) : error 052: multi-dimensional arrays must be fully initialized
// 
// 1 Error.
//
// Compilation Time: 0.23 sec
I looked at line 45 and sure enough there's a 2 dimentional array with one dimension empty. Any idea what went there?
1.4b is not supported, please use the latest release!

Quote:
Originally Posted by XTN View Post
I have a question.
I tried to add styles and followed the instructions in the tutorial:

STYLE_AUTOBHOP|STYLE_EASYBHOP|STYLE_BLOCK_W|S TYLE_BLOCK_D|STYLE_BLOCK_S // A-Only
STYLE_AUTOBHOP|STYLE_EASYBHOP|STYLE_BLOCK_W|S TYLE_BLOCK_A|STYLE_BLOCK_S // D-Only

A-Only works fine but on D-Only the D-Key is still blocked D: Why?
That's a really serious plugin issue, I fixed it! Check GitHub.
__________________
retired
shavit is offline
XTN
Junior Member
Join Date: May 2016
Location: Germany/Cologne
Old 05-17-2016 , 14:23   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #447

Quote:
Originally Posted by shavit View Post

That's a really serious plugin issue, I fixed it! Check GitHub.
Thank you man!

Quote:
Originally Posted by ofir753 View Post
change in line 785 in shavit-core.sp.
from
vel[1] > 0
to
vel[1] < 0

and recompile, human mistake.

btw EXTAN is that you?
Thank you Yes, it's me Extan
XTN is offline
ofir753
Senior Member
Join Date: Aug 2012
Old 05-17-2016 , 14:32   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #448

Quote:
Originally Posted by XTN View Post
Thank you Yes, it's me Extan
Long time no see
ofir753 is offline
XTN
Junior Member
Join Date: May 2016
Location: Germany/Cologne
Old 05-18-2016 , 09:40   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #449

Is it possible to add HSW-Style?
Player has to hold W all the time and strafes with A and D.

Would be nice
XTN is offline
Kruzi
Senior Member
Join Date: Dec 2014
Location: Kyiv, Ukraine
Old 05-19-2016 , 09:01   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #450

could someone make for web "Last 10 records" or "Records today". It would be nice) And maybe All records for one map on one page(with different styles).
Kruzi is offline
Reply



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 19:12.


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