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

[CS:GO] GOKZ (v2.2.0, 2019/9/4)


Post New Thread Reply   
 
Thread Tools Display Modes
_GamerX
AlliedModders Donor
Join Date: Jun 2011
Location: Fun Server
Old 09-10-2018 , 08:37   Re: [CS:GO] GOKZ (v1.2.0, 2018/09/09)
Reply With Quote #11

How do I set sv_accelerate_use_weapon_speed for this?

And how to set players default options ?

Lot .cfg files not auto-created....
__________________

Last edited by _GamerX; 09-10-2018 at 09:24.
_GamerX is offline
Send a message via ICQ to _GamerX Send a message via Skype™ to _GamerX
DanZay
New Member
Join Date: Oct 2017
Old 09-10-2018 , 11:20   Re: [CS:GO] GOKZ (v1.2.0, 2018/09/09)
Reply With Quote #12

Quote:
Originally Posted by maningrey View Post
...how could one start the timer by leaving the zone and have it successfully finish also?
Make sure your not running gokz-globals as it blocks certain natives. Otherwise, I'm not familar with the zone plugin, so good luck!

Quote:
Originally Posted by _GamerX View Post
How do I set sv_accelerate_use_weapon_speed for this?

And how to set players default options ?

Lot .cfg files not auto-created....
Lots of cvars are set for each player, currently hard-coded within the mode plugins.
Spoiler

Check out this page for some info: https://bitbucket.org/kztimerglobalteam/gokz/wiki/Modes

They weren't designed to be configurable as the modes were intended to be standardised across all servers.

The exception is when the modes are ran separately, in which case you can set them normally in a server.cfg etc.

Default options can be set in gokz-core-options.cfg and gokz-jumpstats-options.cfg in csgo/cfg/sourcemod/gokz. These come with GOKZ actually.

Sorry if anything wasn't clear. Feel free to ask for more info.
DanZay is offline
Climber
New Member
Join Date: Apr 2019
Location: Earth
Old 04-19-2019 , 09:12   Re: [CS:GO] GOKZ (v2.0.1, 2019/03/07)
Reply With Quote #13

Hey, I'm using GOKZ_StartTimer & EndTimer in an attempt to record times with spawned buttons, but this error throws

Quote:
L 04/19/2019 - 14:53:15: Info (map "kz_test") (file "errors_20190419.log")
L 04/19/2019 - 14:53:15: [SM] Exception reported: Current result set has no fetched rows
L 04/19/2019 - 14:53:15: [SM] Blaming: gokz-localranks.smx
L 04/19/2019 - 14:53:15: [SM] Call stack trace:
L 04/19/2019 - 14:53:15: [SM] [0] SQL_FetchInt
L 04/19/2019 - 14:53:15: [SM] [1] Line 75, gokz-localranks/db/process_new_time.sp:B_TxnSuccess_ProcessTim erEnd
L 04/19/2019 - 15:09:14: Error log file session closed.
The code is

PHP Code:
// builded Climb buttons
public OnUsePost(entityactivatorcallerUseType:typeFloat:value)
{
    if(!
IsValidEntity(entity) || !IsValidClient(activator))
        return;
        
    
decl String:targetname[128];
    
GetEdictClassname(activator,targetnamesizeof(targetname));
    if(!
StrEqual(targetname,"player"))
        return;
    
GetEntPropString(entityProp_Data"m_iName"targetnamesizeof(targetname));
    new 
Floatspeed GetSpeed(activator);
    if(
StrEqual(targetname,"climb_startbuttonx") && speed 251.0)
    {        
        
GOKZ_StartTimer(activator0);
    } 
    else if(
StrEqual(targetname,"climb_endbuttonx")) 
    {
        
GOKZ_EndTimer(activator0);
    }

I'm wondering if I've used that right or is there something else I have to do? Thanks
__________________
-Kz

Last edited by Climber; 04-19-2019 at 09:13.
Climber is offline
napster_10
Senior Member
Join Date: May 2016
Old 08-31-2019 , 22:05   Re: [CS:GO] GOKZ (v2.1.0, 2019/8/9)
Reply With Quote #14

is there a standalone version for the Anti-Macro so i can use it with kztimer?
napster_10 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 05:17.


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