Raised This Month: $32 Target: $400
 8% 

[CS:GO] bTimes - bhop timer (1.9.0, 2-20-2018)


Post New Thread Reply   
 
Thread Tools Display Modes
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 04-25-2018 , 21:33   Re: [CS:GO] bTimes - bhop timer (1.9.0, 2-20-2018)
Reply With Quote #31

Quote:
Originally Posted by iceflare View Post
Dropped iceflare from server (Server is enforcing simple material: models/error/new light1

No clue what that's about. Can't even find that folder... Help?
sv_pure 0
__________________
8guawong is offline
hmmmmm
Great Tester of Whatever
Join Date: Mar 2017
Location: ...
Old 04-25-2018 , 23:43   Re: btimes 1.9.0 or 1.8.3 for css compatibility
Reply With Quote #32

Quote:
Originally Posted by Anest View Post
Right now at the moment I am using shavits timer. It is a decent timer but for some reason the bot lags and deletes my time after I disconnect from my server.
You should make an issue on the github page but it seems to me like you've set up the timer wrong and its not able to save your times in the database.
hmmmmm is offline
Anest
New Member
Join Date: Apr 2018
Old 04-26-2018 , 00:54   Re: btimes 1.9.0 or 1.8.3 for css compatibility
Reply With Quote #33

Quote:
Originally Posted by hmmmmm View Post
You should make an issue on the github page but it seems to me like you've set up the timer wrong and its not able to save your times in the database.
Yeah I tried starting fresh and the problem still occurred. I’ll will definitely make an issue on the github page so he can resolve the issue. Hopefully btimes will be on css so I can make some changes to it and make it better.

Last edited by Anest; 04-26-2018 at 01:10.
Anest is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 04-26-2018 , 01:37   Re: btimes 1.9.0 or 1.8.3 for css compatibility
Reply With Quote #34

Quote:
Originally Posted by Anest View Post
Yeah I tried starting fresh and the problem still occurred. I’ll will definitely make an issue on the github page so he can resolve the issue. Hopefully btimes will be on css so I can make some changes to it and make it better.
If you can contact me on Discord it'd be even better. I'm all in for promoting more use of my timer in CS:S. https://discord.gg/jyA9q5k
__________________
retired
shavit is offline
Charles_
Junior Member
Join Date: Jul 2015
Location: Connecticut, USA
Old 07-02-2018 , 14:26   Re: [CS:GO] bTimes - bhop timer (1.9.0, 2-20-2018)
Reply With Quote #35

okay so anyone who wants help with this, I've got time now, I'm out of school so, if you want to contact me, feel free to add me on Discord. hypnos#1337.
Charles_ is offline
Charles_
Junior Member
Join Date: Jul 2015
Location: Connecticut, USA
Old 07-07-2018 , 14:33   Re: [CS:GO] bTimes - bhop timer (1.9.0, 2-20-2018)
Reply With Quote #36

Okay so I'm redoing the hud for the panorama update, be patient it will be released within a week. Along with hopefully detection of if a client is running panorama. The new hint HUD I think will be essentially treated the same as the Counter-Strike: Source hint HUD except with colors, since they have removed the ability to use tabs for spacing and changing of font sizes.

As seen below, we obviously have a lot of lines to work with. Although I don't recommend making a HUD this tall lol.
Charles_ is offline
leetasker
New Member
Join Date: Nov 2018
Old 11-30-2018 , 18:12   Re: [CS:GO] bTimes - bhop timer (1.9.0, 2-20-2018)
Reply With Quote #37

Quote:
Originally Posted by Charles_ View Post
Okay so I'm redoing the hud for the panorama update, be patient it will be released within a week. Along with hopefully detection of if a client is running panorama. The new hint HUD I think will be essentially treated the same as the Counter-Strike: Source hint HUD except with colors, since they have removed the ability to use tabs for spacing and changing of font sizes.

As seen below, we obviously have a lot of lines to work with. Although I don't recommend making a HUD this tall lol.
When will this be released?
leetasker is offline
zwolofmeister
Member
Join Date: Aug 2018
Old 12-11-2018 , 13:32   Re: [CS:GO] bTimes - bhop timer (1.9.0, 2-20-2018)
Reply With Quote #38

Same Questions as above
zwolofmeister is offline
Charles_
Junior Member
Join Date: Jul 2015
Location: Connecticut, USA
Old 12-28-2018 , 05:43   Re: [CS:GO] bTimes - bhop timer (1.9.0, 2-20-2018)
Reply With Quote #39

Some people have found an issue where sometimes their database failed to load as a result of no default value for MapPlaytime, Playtime, and LastPlayed. These SQL queries should fix it.

Code:
ALTER TABLE `maps` CHANGE `MapPlaytime` `MapPlaytime` INT(11) NOT NULL DEFAULT '0';
ALTER TABLE `players` CHANGE `Playtime` `Playtime` INT(11) NOT NULL DEFAULT '0';
ALTER TABLE `maps` CHANGE `LastPlayed` `LastPlayed` INT(11) NOT NULL DEFAULT '0';
Charles_ is offline
busted
Member
Join Date: Jan 2021
Location: Konoha
Old 01-04-2021 , 15:32   Re: [CS:GO] bTimes - bhop timer (1.9.0, 2-20-2018)
Reply With Quote #40

Do you have an idea for this ?

https://pastebin.com/BbQPxpjE

and the hud ?



thanks
busted 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 01:28.


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