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

[CS:GO] KZTimer (climb timer plugin)


Post New Thread Reply   
 
Thread Tools Display Modes
FurtherStill
Member
Join Date: May 2015
Old 06-05-2015 , 10:37   Re: [CS:GO] KZTimer Final
Reply With Quote #621

Quote:
Originally Posted by eightbo View Post
hi guys just tried to update to 1.72 global and now KZTimerGlobal.smx hits trouble on server startup and doesn't load -- here's the errors:

L 06/05/2015 - 15:28:16: [SM] Plugin encountered error 25: Call was aborted
L 06/05/2015 - 15:28:16: [SM] Native "SetFailState" reported: [KZTimer] Unable to connect to database (Configuration "kztimer" not found)
L 06/05/2015 - 15:28:16: [SM] Displaying call stack trace for plugin "KZTimerGlobal.smx":
L 06/05/2015 - 15:28:16: [SM] [0] Line 331, kztimerGlobal/sql.sp::db_setupDatabase()
L 06/05/2015 - 15:28:16: [SM] [1] Line 1195, KZTimerGlobal.sp::OnPluginStart()

Does anyone know how i can go about fixing this and get the plugin to load? Don't fancy a fresh install
(Also tried 1.71b and got the same error)
Sounds like you didn't set up your database from step 3 in the instructions.

Attached are what my files look like. They go in the addons>sourcemod>configs folder
Attached Files
File Type: cfg database.cfg (197 Bytes, 106 views)
File Type: cfg databases.cfg (786 Bytes, 176 views)

Last edited by FurtherStill; 06-05-2015 at 10:38.
FurtherStill is offline
eightbo
Junior Member
Join Date: Jul 2009
Old 06-05-2015 , 10:49   Re: [CS:GO] KZTimer Final
Reply With Quote #622

Quote:
Originally Posted by FurtherStill View Post
Sounds like you didn't set up your database from step 3 in the instructions.

Attached are what my files look like. They go in the addons>sourcemod>configs folder
thanks i'll give it a go.

i had 1.68 global working fine before
for reference, i used these instructions from the steam group:

---------------------
Installation notes v1.72 if you want to upgrade kztimer from an older version:
1) Backup your sourcemod folder and csgo/cfg/sourcemod/KZTimerGlobal.cfg
2) Make sure that your server is running sourcemod 1.7.0 or a newer version.
3) Shutdown your cs:go server
4) You have to remove all files from "csgo\addons\sourcemod\extensions" which CONTAIN "dhooks.ext.2" in their name. (Reason: KZTimer archive includes a newer dhooks version with a different file name)
5) Delete csgo/cfg/sourcemod/KZTimerGlobal.cfg
6) Extract all files from the archive to the root folder of csgo. I'd recommend to replace all files.
7) Restart your server. Done!
-----------------------------------------
eightbo is offline
eightbo
Junior Member
Join Date: Jul 2009
Old 06-05-2015 , 10:54   Re: [CS:GO] KZTimer Final
Reply With Quote #623

yep readding database.cfg & databases.cfg fixed it.

i had no database.cfg and the default databases.cfg files from my fresh installs/updates of the latest versions of metamod/sourcemod

Thanks a lot
eightbo is offline
FurtherStill
Member
Join Date: May 2015
Old 06-05-2015 , 10:56   Re: [CS:GO] KZTimer Final
Reply With Quote #624

Quote:
Originally Posted by eightbo View Post
yep readding database.cfg & databases.cfg fixed it.

i had no database.cfg and the default databases.cfg files from my fresh installs/updates of the latest versions of metamod/sourcemod

Thanks a lot
No problem! Glad it worked for you!
FurtherStill is offline
D3M0NiiCx
Junior Member
Join Date: May 2015
Old 06-06-2015 , 02:01   Re: [CS:GO] KZTimer Final
Reply With Quote #625

Is there a way to stop the chat adverts that KZtimer does?
D3M0NiiCx is offline
natrios
Senior Member
Join Date: Feb 2014
Old 06-06-2015 , 09:25   Re: [CS:GO] KZTimer Final
Reply With Quote #626

Please help me, how to block one team?

if you can not do, I would ask someone to fix this plugin.
[CS:GO] Block team

after uploading kztimer, this plugin does not work
__________________

natrios is offline
maningrey
Member
Join Date: Sep 2014
Location: Farswitch Newton 1
Old 06-07-2015 , 01:15   Re: [CS:GO] KZTimer Final
Reply With Quote #627

Quote:
Originally Posted by Aveniccii View Post
how do you turn off turn binds killing people?
inside da scripting/kztimer/hooks.sp line 619 - 703 put this instead

Code:
/*

//left right script check 
		if (!IsFakeClient(client))
		{
			if ((buttons & IN_LEFT) || (buttons & IN_RIGHT))
			{
				if ((GetEngineTime()-g_fSpawnTime[client]) > 3.0)
				{
					PrintToChat(client, "[%cKZ%c]%c You have been slayed for using a strafe/turn bind",RED,WHITE,GRAY);
					ForcePlayerSuicide(client);
					ResetJump(client);
				}
			}
		}
*/
maningrey is offline
FuZ!on
Senior Member
Join Date: Aug 2007
Old 06-07-2015 , 22:53   Re: [CS:GO] KZTimer Final
Reply With Quote #628

Can anyone help me figure this out?

Code:
L 06/07/2015 - 21:28:31: SourceMod error session started
L 06/07/2015 - 21:28:31: Info (map "workshop/406078242/kz_cursedjourney") (file "errors_20150607.log")
L 06/07/2015 - 21:28:31: [SM] Plugin encountered error 25: Call was aborted
L 06/07/2015 - 21:28:31: [SM] Native "SetFailState" reported: [KZTimer] Unable to connect to database (Configuration "kztimer" not found)
L 06/07/2015 - 21:28:31: [SM] Displaying call stack trace for plugin "KZTimer.smx":
L 06/07/2015 - 21:28:31: [SM]   [0]  Line 331, kztimer/sql.sp::db_setupDatabase()
L 06/07/2015 - 21:28:31: [SM]   [1]  Line 1128, KZTimer.sp::OnPluginStart()
Was working fine a few hours ago. Restarted the server and I'm getting this error. Server doesn't change maps to default start map. It hangs on de_dust and nobody can join the server.
FuZ!on is offline
maningrey
Member
Join Date: Sep 2014
Location: Farswitch Newton 1
Old 06-08-2015 , 02:56   Re: [CS:GO] KZTimer Final
Reply With Quote #629

Quote:
Originally Posted by FuZ!on View Post
Can anyone help me figure this out?

Code:
L 06/07/2015 - 21:28:31: SourceMod error session started
L 06/07/2015 - 21:28:31: Info (map "workshop/406078242/kz_cursedjourney") (file "errors_20150607.log")
L 06/07/2015 - 21:28:31: [SM] Plugin encountered error 25: Call was aborted
L 06/07/2015 - 21:28:31: [SM] Native "SetFailState" reported: [KZTimer] Unable to connect to database (Configuration "kztimer" not found)
L 06/07/2015 - 21:28:31: [SM] Displaying call stack trace for plugin "KZTimer.smx":
L 06/07/2015 - 21:28:31: [SM]   [0]  Line 331, kztimer/sql.sp::db_setupDatabase()
L 06/07/2015 - 21:28:31: [SM]   [1]  Line 1128, KZTimer.sp::OnPluginStart()
Was working fine a few hours ago. Restarted the server and I'm getting this error. Server doesn't change maps to default start map. It hangs on de_dust and nobody can join the server.
It's telling you the problem... Unable to connect to database (Configuration "kztimer" not found)

Look in sourcemod/configs/databases.cfg
maningrey is offline
natrios
Senior Member
Join Date: Feb 2014
Old 06-08-2015 , 05:31   Re: [CS:GO] KZTimer Final
Reply With Quote #630

Can anyone give me compile a plugin?
with these additives: https://forums.alliedmods.net/showpo...&postcount=380

For me, it pops up an error with updater
Attached Files
File Type: sp Get Plugin or Get Source (umc-core.sp - 111 views - 195.6 KB)
__________________

natrios 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 11:07.


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