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

[CS:GO] KZTimer (climb timer plugin)


Post New Thread Reply   
 
Thread Tools Display Modes
pr0s0nly
Junior Member
Join Date: Jan 2016
Old 01-23-2016 , 09:53   Re: [CS:GO] KZTimer Final
Reply With Quote #821

L 01/24/2016 - 01:41:18: SourceMod error session started
L 01/24/2016 - 01:41:18: Info (map "kz_longjumps_easy") (file "errors_20160124.log")
L 01/24/2016 - 01:41:18: [SM] Plugin encountered error 30: Script execution timed out
L 01/24/2016 - 01:41:18: [SM] Displaying call stack trace for plugin "KZTimerGlobal.smx":
L 01/24/2016 - 01:41:18: [SM] [0] Line 4859, kztimerGlobal/misc.sp::SetupHooksAndCommandListener()
L 01/24/2016 - 01:41:18: [SM] [1] Line 816, F:\csgo-ds\server01\csgo\addons\sourcemod\scripting\K ZTimerGlobal.sp::OnPluginStart()
L 01/24/2016 - 01:43:55: Error log file session closed.

Can you please help me fix this error I'm not sure whats wrong Ive installed everything from the github properly
Running Latest SM on Linux. I've Replaced the KZTimerGlobal.smx with KZTimer.smx to have my server working at the moment but would like to have Global Timer working. Thanks

Last edited by pr0s0nly; 01-24-2016 at 12:03.
pr0s0nly is offline
matthias00
New Member
Join Date: Jan 2016
Old 01-26-2016 , 15:31   Re: [CS:GO] KZTimer Final
Reply With Quote #822

I'm running a multimod server and I'm having an issue on de maps. I confirmed that de_.cfg is located in the csgo/cfg/sourcemod/kztimer/map_types folder. it contains the lines:

sm plugins unload KZTimerGlobal
sm plugins unload KZTimer

I can see in the server console that it is unloading the plugins when the map loads however as soon as I join a team the map ends and displays the scoreboard then changes to the next map in mapcycle.txt. It is also overriding my configs for the game mode.

How can I stop it from doing this? if I comment out the above commands the maps load fine but of course they are loading the kztimer configs.

Edit: I found the issue while playing around with ckSurf timer. Here's my description: In the plugin code there's a line which sets a bunch of defaults when the plugin is unloaded. This included mp_ignore_round_win_conditions 0 and mp_maxrounds 0. These two together will end any map regardless of prefix if you have no plugins loaded. I don't understand why this is in there because it changes any de map instantly by default and there is no way to change this behaviour in game through a plugin cvar. I had to go in and put a config into the de_.cfg file to get it to stop this

Last edited by matthias00; 01-27-2016 at 14:57.
matthias00 is offline
pr0s0nly
Junior Member
Join Date: Jan 2016
Old 01-27-2016 , 01:00   Re: [CS:GO] KZTimer Final
Reply With Quote #823

[KZ] Global Records disabled. Reason: No connection to the global database.
Any idea's on fixing this problem anyone? I've tried reinstalling GlobalTimer and database.cfg is correct no errors in log help please. I'm running ubuntu and also having no firewalls or applications blocking the connection.
pr0s0nly is offline
barsminsk
Junior Member
Join Date: Sep 2015
Location: Belarus, Minsk
Old 01-30-2016 , 17:06   Re: [CS:GO] KZTimer Final
Reply With Quote #824

No sounds "godlike, impressive" etc
Fastdl and gameserver sounds, sound.cfg - done!
Any ideas?

How to fix unlimited flashbangs and other nades?

Last edited by barsminsk; 02-01-2016 at 13:07.
barsminsk is offline
Send a message via Skype™ to barsminsk
barsminsk
Junior Member
Join Date: Sep 2015
Location: Belarus, Minsk
Old 01-31-2016 , 04:53   Re: [CS:GO] KZTimer Final
Reply With Quote #825

How can I disable possibility to walk through teammates and enemies?

Last edited by barsminsk; 02-01-2016 at 13:08.
barsminsk is offline
Send a message via Skype™ to barsminsk
szafa323
Senior Member
Join Date: Jul 2013
Location: Poland
Old 02-01-2016 , 15:09   Re: [CS:GO] KZTimer Final
Reply With Quote #826

Can somebody help me? i have this error
Attached Thumbnails
Click image for larger version

Name:	Przechwytywanie.PNG
Views:	292
Size:	76.5 KB
ID:	151624  

Last edited by szafa323; 02-01-2016 at 15:10.
szafa323 is offline
Send a message via Skype™ to szafa323
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 02-01-2016 , 15:28   Re: [CS:GO] KZTimer Final
Reply With Quote #827

Quote:
Originally Posted by szafa323 View Post
Can somebody help me? i have this error
Your addons/sourcemod/configs/databases.cfg file is mis-formatted.
__________________
splewis is offline
szafa323
Senior Member
Join Date: Jul 2013
Location: Poland
Old 02-01-2016 , 18:40   Re: [CS:GO] KZTimer Final
Reply With Quote #828

how to format him good ? Can somebody tell me how to configure it or can cofigure it for me please? I have located server on my PC, there is database file:
Code:
hostname "KZ Local Server"
rcon_password "asdf"
sv_password "" //Only set this if you intend to have a private server!

//The amount of time players are frozen to buy items
mp_freezetime 5

//The amount of time players can join teams after a round has started
mp_join_grace_time 15

// Defines whether a map should be restarted after a game has ended 
mp_match_end_restart 0

//This should always be set, so you know it's not on
sv_cheats 0

//This should always be set, so you know it's not on
sv_lan 0

//**The bot commands below are mostly default with the exception of 
bot_difficulty 1
bot_chatter "off"
bot_quota 0
bot_join_after_player 1
bot_quota_mode "fill"

//Performance settings
//_____________________________________________ ______________________________
sv_maxrate 0
sv_minrate 80000
sv_maxcmdrate 128
sv_mincmdrate 128
sv_minupdaterate 128
sv_maxupdaterate 128

log on  
sv_log 1
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
sv_logsdir /logs

//**The following commands manage kicks and bans
writeid
writeip
exec banned_user.cfg
exec banned_ip.cfg

//removes afk kick
mp_autokick 0

//server tags
sv_tags "kz,bhop"
szafa323 is offline
Send a message via Skype™ to szafa323
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 02-02-2016 , 13:58   Re: [CS:GO] KZTimer Final
Reply With Quote #829

Quote:
Originally Posted by szafa323 View Post
how to format him good ? Can somebody tell me how to configure it or can cofigure it for me please? I have located server on my PC, there is database file:
You replaced databases.cfg with your server.cfg for some reason.

The default databases.cfg file looks like this: https://raw.githubusercontent.com/al.../databases.cfg

Yours should look similar, but also have a "kztimer" section.
__________________
splewis is offline
szafa323
Senior Member
Join Date: Jul 2013
Location: Poland
Old 02-02-2016 , 15:31   Re: [CS:GO] KZTimer Final
Reply With Quote #830

Quote:
Originally Posted by splewis View Post
You replaced databases.cfg with your server.cfg for some reason.

The default databases.cfg file looks like this: https://raw.githubusercontent.com/al.../databases.cfg

Yours should look similar, but also have a "kztimer" section.
Can u help me please? I have error Here is my database file, can u modife it for me please?
I don't know what to do..
Code:
hostname "1# Cs-Mazury.cba.pl"
rcon_password "123"
sv_password "" //Only set this if you intend to have a private server!

//The amount of time players are frozen to buy items
mp_freezetime 3

//The amount of time players can join teams after a round has started
mp_join_grace_time 15

// Defines whether a map should be restarted after a game has ended 
mp_match_end_restart 0

//This should always be set, so you know it's not on
sv_cheats 0

//This should always be set, so you know it's not on
sv_lan 0

//**The bot commands below are mostly default with the exception of 
bot_difficulty 1
bot_chatter "off"
bot_quota 0
bot_join_after_player 1
bot_quota_mode "fill"

//Performance settings
//_____________________________________________ ______________________________
sv_maxrate 0
sv_minrate 80000
sv_maxcmdrate 128
sv_mincmdrate 128
sv_minupdaterate 128
sv_maxupdaterate 128

log on  
sv_log 0
sv_logbans 0
sv_logecho 0
sv_logfile 0
sv_log_onefile 0
sv_logsdir /logs

//**The following commands manage kicks and bans
writeid
writeip
exec banned_user.cfg
exec banned_ip.cfg

//removes afk kick
mp_autokick 0

//server tags
sv_tags "kz,bhop"


// KZTimer Main Config
// KZ Settings Enforcer: 
kz_prespeed_cap 380.0
sv_staminalandcost 0
sv_maxspeed 320
sv_staminajumpcost 0
sv_gravity 800
sv_airaccelerate 100
sv_friction 5.0
sv_accelerate 6.5
sv_maxvelocity 2000
sv_cheats 0
sv_enablebunnyhopping 1

// server cvars
bot_chatter off
bot_join_after_player 1
bot_quota 0
bot_quota_mode "normal"
mp_autoteambalance 0
mp_free_armor 1
mp_limitteams 0
mp_playerid 0
mp_spectators_max 32
weapon_reticle_knife_show 1
sv_infinite_ammo 2
sv_allow_votes 0
log off



"kztimer"
{
	"driver"		"sqlite"  //mysql also supported
	"host"			"localhost"
	"database"		"kztimer-sqlite"
	"user"			"root"
	"pass"			""
}
szafa323 is offline
Send a message via Skype™ to szafa323
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 10:38.


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