Raised This Month: $ Target: $400
 0% 

[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 08-08-2016 , 23:19   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #781

Quote:
Originally Posted by Fastmancz View Post
Where is problem? My friend is rank Normal, but in chat showed [Unranked], why?
I'm remaking the whole rankings system because apparently it only worked under SQLite (my testing environment), hopefully I'll finish the whole todo list before the out-of-beta deadline
__________________
retired
shavit is offline
Fastmancz
Senior Member
Join Date: Jul 2013
Location: Czech Republic
Old 08-10-2016 , 07:18   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #782

Hello, i have problem again, (permanently spamming in console):

Only when i use style "400 Velocity".

Code:
L 08/10/2016 - 13:18:37: SourceMod error session started
L 08/10/2016 - 13:18:37: Info (map "bhop_bloc") (file "errors_20160810.log")
L 08/10/2016 - 13:18:37: [SM] Exception reported: Array index is out of bounds
L 08/10/2016 - 13:18:37: [SM] Blaming: shavit-zones.smx()
L 08/10/2016 - 13:18:37: [SM] Call stack trace:
L 08/10/2016 - 13:18:37: [SM]   [1] Line 242, C:\Users\Shavit\Documents\GitHub\bhoptimer\scripting\shavit-zones.sp::Native_InsideZone()
L 08/10/2016 - 13:18:37: [SM]   [3] Shavit_InsideZone
L 08/10/2016 - 13:18:37: [SM]   [4] Line 1175, C:\Users\Ondrovo\Desktop\CMG\CSGO\bunnyhop server\shavit nove pluginy 02\addons\sourcemod\scripting\shavit-core.sp::OnPlayerRunCmd()
When i try edit your .inc and when i changed 400.00 to VELOCITY_UNLIMITED so it works. Problem is maybe here.

Code:
float gF_VelocityLimit[MAX_STYLES] =
{
	VELOCITY_UNLIMITED, // Normal
	VELOCITY_UNLIMITED, // Sideways
	VELOCITY_UNLIMITED, // W-Only
	VELOCITY_UNLIMITED, // Scroll
	400.00, // 400 Velocity
	VELOCITY_UNLIMITED, // HSW
	VELOCITY_UNLIMITED, // Low gravity
	VELOCITY_UNLIMITED, // Slow motion
};
__________________


Main owner of the CMGPORTAL.CZ.
---------------------------------------
My plugins:
[CS:GO] Panorama - Timeleft
[CS:GO] JailBreak - Be quiet, please!

Last edited by Fastmancz; 08-10-2016 at 07:44.
Fastmancz is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 08-10-2016 , 08:31   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #783

Quote:
Originally Posted by Fastmancz View Post
Hello, i have problem again, (permanently spamming in console):

Only when i use style "400 Velocity".

Code:
L 08/10/2016 - 13:18:37: SourceMod error session started
L 08/10/2016 - 13:18:37: Info (map "bhop_bloc") (file "errors_20160810.log")
L 08/10/2016 - 13:18:37: [SM] Exception reported: Array index is out of bounds
L 08/10/2016 - 13:18:37: [SM] Blaming: shavit-zones.smx()
L 08/10/2016 - 13:18:37: [SM] Call stack trace:
L 08/10/2016 - 13:18:37: [SM]   [1] Line 242, C:\Users\Shavit\Documents\GitHub\bhoptimer\scripting\shavit-zones.sp::Native_InsideZone()
L 08/10/2016 - 13:18:37: [SM]   [3] Shavit_InsideZone
L 08/10/2016 - 13:18:37: [SM]   [4] Line 1175, C:\Users\Ondrovo\Desktop\CMG\CSGO\bunnyhop server\shavit nove pluginy 02\addons\sourcemod\scripting\shavit-core.sp::OnPlayerRunCmd()
When i try edit your .inc and when i changed 400.00 to VELOCITY_UNLIMITED so it works. Problem is maybe here.

Code:
float gF_VelocityLimit[MAX_STYLES] =
{
	VELOCITY_UNLIMITED, // Normal
	VELOCITY_UNLIMITED, // Sideways
	VELOCITY_UNLIMITED, // W-Only
	VELOCITY_UNLIMITED, // Scroll
	400.00, // 400 Velocity
	VELOCITY_UNLIMITED, // HSW
	VELOCITY_UNLIMITED, // Low gravity
	VELOCITY_UNLIMITED, // Slow motion
};
Doesn't happen to me.
Can you upload your whole shavit.inc file?

For reference, line 242 in shavit-zones is this:
Code:
Command_Zones(param, 0);
I'm afraid you have an edited code.
__________________
retired

Last edited by shavit; 08-10-2016 at 08:32.
shavit is offline
weeeishy
Senior Member
Join Date: Jul 2015
Location: Kuwait
Old 08-10-2016 , 08:41   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #784

Hello,

My server crashed at mid-night and this error is spamming the errors log all night.

Code:
L 08/10/2016 - 13:39:16: [SM] Exception reported: Native is not bound
L 08/10/2016 - 13:39:16: [SM] Blaming: shavit-replay.smx()
L 08/10/2016 - 13:39:16: [SM] Call stack trace:
L 08/10/2016 - 13:39:16: [SM]   [1] Shavit_GetWRTime
L 08/10/2016 - 13:39:16: [SM]   [2] Line 169, shavit-replay.sp::Cron()
I'm using the latest commit from the github. Not sure how to reproduce it.
__________________

Last edited by weeeishy; 08-10-2016 at 08:41.
weeeishy is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 08-10-2016 , 08:47   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #785

Quote:
Originally Posted by weeeishy View Post
Hello,

My server crashed at mid-night and this error is spamming the errors log all night.

Code:
L 08/10/2016 - 13:39:16: [SM] Exception reported: Native is not bound
L 08/10/2016 - 13:39:16: [SM] Blaming: shavit-replay.smx()
L 08/10/2016 - 13:39:16: [SM] Call stack trace:
L 08/10/2016 - 13:39:16: [SM]   [1] Shavit_GetWRTime
L 08/10/2016 - 13:39:16: [SM]   [2] Line 169, shavit-replay.sp::Cron()
I'm using the latest commit from the github. Not sure how to reproduce it.
There must've been an earlier error from shavit-wr. Please attach the whole error log.
__________________
retired
shavit is offline
Fastmancz
Senior Member
Join Date: Jul 2013
Location: Czech Republic
Old 08-10-2016 , 08:54   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #786

Quote:
Originally Posted by shavit View Post
Doesn't happen to me.
Can you upload your whole shavit.inc file?

For reference, line 242 in shavit-zones is this:
Code:
Command_Zones(param, 0);
I'm afraid you have an edited code.
Ok, i try download new version from GitHub (and works), but i have now problem with zones (all deleted), where is problem? In folder /data/sqlite is all untouched.
__________________


Main owner of the CMGPORTAL.CZ.
---------------------------------------
My plugins:
[CS:GO] Panorama - Timeleft
[CS:GO] JailBreak - Be quiet, please!
Fastmancz is offline
weeeishy
Senior Member
Join Date: Jul 2015
Location: Kuwait
Old 08-10-2016 , 09:20   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #787

That's the whole errors log if you're interested, it's too large I wasn't able to post it here or on pastebin.

http://www.mediafire.com/download/9f...s_20160810.log
__________________
weeeishy is offline
Technoblazed
Senior Member
Join Date: May 2016
Location: United Kingdom
Old 08-10-2016 , 09:22   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #788

Quote:
Originally Posted by weeeishy View Post
That's the whole errors log if you're interested, it's too large I wasn't able to post it here or on pastebin.

http://www.mediafire.com/download/9f...s_20160810.log
That error log size though, dayummmm
Technoblazed is offline
Sw00p
Member
Join Date: Nov 2013
Location: Sweden
Old 08-10-2016 , 15:28   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #789

How do i remove styles?
__________________
Sw00p is offline
Send a message via Skype™ to Sw00p
weeeishy
Senior Member
Join Date: Jul 2015
Location: Kuwait
Old 08-13-2016 , 12:35   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #790

I've noticed that there is a conflict between shavit_replay.smx and sm_skinchooser because as soon as someone joins the server it will crash their game and the SRCDS will spam "bad pstudiohdr in getsequencelinearmotion()!". I simply fixed it by switching the value of sm_skinchooser_skinbots to 0 and it worked out for me.

Just posting this as a reference :p
__________________
weeeishy 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 22:26.


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