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
weeeishy
Senior Member
Join Date: Jul 2015
Location: Kuwait
Old 07-20-2016 , 04:12   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #691

Quote:
Originally Posted by tuan206 View Post
Is it possible to use dr.api's map pack with your timer? The maps should work, but the mappack provides mapzone.sql so Im not sure if the zones will work together?
Few weeks ago I asked if someone would share his mapzones with me, unfortunately no one replied to me, so I know how it feels. Anyways, there you go friend. As my buddy shanapu say sharing is caring.
Attached Files
File Type: 7z mapzones.7z (10.1 KB, 219 views)
__________________

Last edited by weeeishy; 07-20-2016 at 04:12.
weeeishy is offline
tuan206
Member
Join Date: May 2016
Old 07-20-2016 , 04:27   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #692

Quote:
Originally Posted by shavit View Post
It compiles just fine with SM 1.8.


Attach his .sql file and I'll see if we can
Here it is http://www.mediafire.com/download/68...km/mapzone.sql
tuan206 is offline
tuan206
Member
Join Date: May 2016
Old 07-20-2016 , 04:28   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #693

Quote:
Originally Posted by weeeishy View Post
Few weeks ago I asked if someone would share his mapzones with me, unfortunately no one replied to me, so I know how it feels. Anyways, there you go friend. As my buddy shanapu say sharing is caring.
Thank you! I will test it tomorrow, I have a question though. How much map does it support?
tuan206 is offline
weeeishy
Senior Member
Join Date: Jul 2015
Location: Kuwait
Old 07-20-2016 , 04:35   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #694

Quote:
Originally Posted by tuan206 View Post
Thank you! I will test it tomorrow, I have a question though. How much map does it support?
Around 140 maps.
__________________
weeeishy is offline
wer1K
Member
Join Date: Jan 2011
Old 07-20-2016 , 12:41   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #695

I have some errors, what I miss?

Code:
L 07/20/2016 - 19:38:58: SourceMod error session started
L 07/20/2016 - 19:38:58: Info (map "bhop_arcane_b2_rg3_csgo") (file "errors_20160720.log")
L 07/20/2016 - 19:38:58: [SM] Exception reported: Invalid database Handle 0 (error: 4)
L 07/20/2016 - 19:38:58: [SM] Blaming: shavit-rankings.smx()
L 07/20/2016 - 19:38:58: [SM] Call stack trace:
L 07/20/2016 - 19:38:58: [SM]   [0] Database.Query
L 07/20/2016 - 19:38:58: [SM]   [1] Line 492, F:\CSGO\SourceMod Compiler\shavit-rankings.sp::UpdatePointsCache()
L 07/20/2016 - 19:38:58: [SM]   [2] Line 231, F:\CSGO\SourceMod Compiler\shavit-rankings.sp::OnMapStart()
I'm using latest version from Github
wer1K is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 07-20-2016 , 14:39   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #696

Quote:
Originally Posted by wer1K View Post
I have some errors, what I miss?

Code:
L 07/20/2016 - 19:38:58: SourceMod error session started
L 07/20/2016 - 19:38:58: Info (map "bhop_arcane_b2_rg3_csgo") (file "errors_20160720.log")
L 07/20/2016 - 19:38:58: [SM] Exception reported: Invalid database Handle 0 (error: 4)
L 07/20/2016 - 19:38:58: [SM] Blaming: shavit-rankings.smx()
L 07/20/2016 - 19:38:58: [SM] Call stack trace:
L 07/20/2016 - 19:38:58: [SM]   [0] Database.Query
L 07/20/2016 - 19:38:58: [SM]   [1] Line 492, F:\CSGO\SourceMod Compiler\shavit-rankings.sp::UpdatePointsCache()
L 07/20/2016 - 19:38:58: [SM]   [2] Line 231, F:\CSGO\SourceMod Compiler\shavit-rankings.sp::OnMapStart()
I'm using latest version from Github
share your databases.cfg file please
__________________
retired
shavit is offline
wer1K
Member
Join Date: Jan 2011
Old 07-20-2016 , 14:42   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #697

Code:
"Databases"
{
	"driver_default"		"mysql"
	
	// When specifying "host", you may use an IP address, a hostname, or a socket file path
	
	"default"
	{
		"driver"			"default"
		"host"				"localhost"
		"database"			"sourcemod"
		"user"				"root"
		"pass"				""
		//"timeout"			"0"
		//"port"			"0"
	}
	
	"storage-local"
	{
		"driver"			"sqlite"
		"database"			"sourcemod-local"
	}
	
	"shavit"
	{
		"driver"         "mysql"
		"host"           "31.28.170.XXX"
		"database"       "shavit_bhop"
		"user"           "shavit_bhop"
		"pass"           "XXXXXXXXX"
	}

	"clientprefs"
	{
		"driver"			"sqlite"
		"host"				"localhost"
		"database"			"clientprefs-sqlite"
		"user"				"root"
		"pass"				""
		//"timeout"			"0"
		//"port"			"0"
	}
}
Btw, connect to database is OK.
wer1K is offline
tuan206
Member
Join Date: May 2016
Old 07-20-2016 , 15:05   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #698

Quote:
Originally Posted by shavit View Post
share your databases.cfg file please
Shavit, in case you missed it, here is Dr.Api's mapzone.sql
http://www.mediafire.com/download/68...km/mapzone.sql
tuan206 is offline
tuan206
Member
Join Date: May 2016
Old 07-20-2016 , 15:07   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #699

Quote:
Originally Posted by shavit View Post
share your databases.cfg file please
Shavit, in case you missed it, here is Dr.Api's mapzone.sql
http://www.mediafire.com/download/68...km/mapzone.sql
tuan206 is offline
weeeishy
Senior Member
Join Date: Jul 2015
Location: Kuwait
Old 07-20-2016 , 15:14   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #700

Quote:
Originally Posted by tuan206 View Post
Shavit, in case you missed it, here is Dr.Api's mapzone.sql
http://www.mediafire.com/download/68...km/mapzone.sql
The one I gave you has the api's map pack.
__________________
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 09:33.


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