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
ybgr111
Junior Member
Join Date: Mar 2015
Old 10-02-2015 , 07:49   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #231

Quote:
Originally Posted by shavit View Post
Execute this query on your MySQL server

Code:
CREATE TABLE IF NOT EXISTS `playertimes` (`id` INT NOT NULL AUTO_INCREMENT, `auth` VARCHAR(32), `map` VARCHAR(128), `time` FLOAT, `jumps` VARCHAR(32), `style` VARCHAR(32), `date` DATE, PRIMARY KEY (`id`));
L 10/02/2015 - 13:12:51: [shavit-wr.smx] Timer (WR forwards cache update) SQL query failed. Reason: Unknown column 'p.time' in 'field list'
L 10/02/2015 - 13:12:51: [shavit-wr.smx] Timer (WR sideways cache update) SQL query failed. Reason: Unknown column 'p.time' in 'field list'
L 10/02/2015 - 13:13:00: [shavit-wr.smx] Timer (PB cache update) SQL query failed. Reason: Unknown column 'time' in 'field list'
L 10/02/2015 - 13:14:06: [shavit-wr.smx] Timer (PB cache update) SQL query failed. Reason: Unknown column 'time' in 'field list'
L 10/02/2015 - 13:15:05: [shavit-wr.smx] Timer (PB cache update) SQL query failed. Reason: Unknown column 'time' in 'field list'
ybgr111 is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 10-02-2015 , 08:02   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #232

Quote:
Originally Posted by ybgr111 View Post
L 10/02/2015 - 13:12:51: [shavit-wr.smx] Timer (WR forwards cache update) SQL query failed. Reason: Unknown column 'p.time' in 'field list'
L 10/02/2015 - 13:12:51: [shavit-wr.smx] Timer (WR sideways cache update) SQL query failed. Reason: Unknown column 'p.time' in 'field list'
L 10/02/2015 - 13:13:00: [shavit-wr.smx] Timer (PB cache update) SQL query failed. Reason: Unknown column 'time' in 'field list'
L 10/02/2015 - 13:14:06: [shavit-wr.smx] Timer (PB cache update) SQL query failed. Reason: Unknown column 'time' in 'field list'
L 10/02/2015 - 13:15:05: [shavit-wr.smx] Timer (PB cache update) SQL query failed. Reason: Unknown column 'time' in 'field list'
are you running a local database?
also, run a new version of MySQL.
__________________
retired
shavit is offline
ybgr111
Junior Member
Join Date: Mar 2015
Old 10-02-2015 , 08:12   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #233

Quote:
Originally Posted by shavit View Post
are you running a local database?
also, run a new version of MySQL.
http://prntscr.com/8mvgkw
ybgr111 is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 10-03-2015 , 02:44   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #234

Quote:
Originally Posted by ybgr111 View Post
uh, this is a kztimer table
run my timer on a new database, not a one that you already have uses for
__________________
retired
shavit is offline
ybgr111
Junior Member
Join Date: Mar 2015
Old 10-03-2015 , 08:48   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #235

Quote:
Originally Posted by shavit View Post
uh, this is a kztimer table
run my timer on a new database, not a one that you already have uses for
Thank you
I removed shavit-replay but shavit-hud no longer work
L 10/03/2015 - 15:420: [SM] Unable to load plugin "shavit-hud.smx": Native "Shavit_GetReplayBotIndex" was not found
Can you fix it? I don't need a module shavit-replay
ybgr111 is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 10-03-2015 , 09:03   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #236

Quote:
Originally Posted by ybgr111 View Post
Thank you
I removed shavit-replay but shavit-hud no longer work
L 10/03/2015 - 15:420: [SM] Unable to load plugin "shavit-hud.smx": Native "Shavit_GetReplayBotIndex" was not found
Can you fix it? I don't need a module shavit-replay
It's literally the first line of the thread..

Quote:
1.4b requires you to have shavit-replay loaded to have shavit-hud working, compile the shavit-hud plugin from the GitHub repository to avoid this issue.
If you have any issues with the replay bot, please don't use it until it's fully fixed, the whole project is still in beta. (1.4b = 1.4 beta)
https://github.com/shavitush/bhoptim.../shavit-hud.sp
Attached Files
File Type: sp Get Plugin or Get Source (shavit-hud.sp - 101 views - 6.6 KB)
File Type: smx shavit-hud.smx (8.3 KB, 120 views)
__________________
retired
shavit is offline
ybgr111
Junior Member
Join Date: Mar 2015
Old 10-03-2015 , 09:22   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #237

Quote:
Originally Posted by shavit View Post
It's literally the first line of the thread..



https://github.com/shavitush/bhoptim.../shavit-hud.sp
Sorry. My English is bad.
there file translation?
I havent this file

Last edited by ybgr111; 10-03-2015 at 09:32.
ybgr111 is offline
Kruzi
Senior Member
Join Date: Dec 2014
Location: Kyiv, Ukraine
Old 10-03-2015 , 20:48   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.3b 27/July/2015)
Reply With Quote #238

Quote:
Originally Posted by ofir753 View Post
Shavit-dieonfinish:
Slay a player when he finish the map

Installation:
Put shavit-dieonfinish.smx in the plugins folder
Error when compiling
Kruzi is offline
Kruzi
Senior Member
Join Date: Dec 2014
Location: Kyiv, Ukraine
Old 10-03-2015 , 20:58   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #239

When map started i see spam in chat:
Is this normaly?
Spoiler

изменил имя на = changed name

How works replays?

*And can you do maplist, on what maps plugin working. Becouse i have mg servers and Timer on multigames maps is not correct
Kruzi is offline
Kruzi
Senior Member
Join Date: Dec 2014
Location: Kyiv, Ukraine
Old 10-03-2015 , 21:01   Re: [CS:S/CS:GO] shavit's simple bhop timer (1.4b 21/September/2015)
Reply With Quote #240

And when players died, round not ends becouse bots are alive
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 15:30.


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