Raised This Month: $ Target: $400
 0% 

[CS:GO] ckSurf (1.18f, 24.11.2015)


Post New Thread Reply   
 
Thread Tools Display Modes
jonitaikaponi
Senior Member
Join Date: Nov 2014
Location: Finland
Old 01-19-2016 , 07:45   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1381

Quote:
Originally Posted by fleckky View Post
As I said, there is no error logs, all I have in the sourcemod log file is
Code:
L 01/19/2016 - 20:03:12: SourceMod log file session started (file "L20160119.log") (Version "1.7.3-dev+5290")
L 01/19/2016 - 20:03:12: -------- Mapchange to surf_funhouse_njv --------
L 01/19/2016 - 20:03:12: [GEOIP] GeoIP database info: GEO-106FREE 20150505 Build 1 Copyright (c) 2015 MaxMind Inc All Rights Reserved
L 01/19/2016 - 22:26:44: -------- Mapchange to surf_funhouse_njv ------
Write sm plugins list to console, if ckSurf has ERROR with it, you should have an file in your addons/sourcemod/logs folder.
jonitaikaponi is offline
checkster
BANNED
Join Date: Apr 2007
Location: Norway
Old 01-19-2016 , 13:24   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1382

Quote:
Originally Posted by mazdarx8 View Post
// (0 / 1) Enables the !vip command. Requires a server restart.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
ck_enable_vip "1"


Do you use the latest version from github? I think there was a bug in other version.
Tbh this does not work for me, I have the latest version, removed old cfg, regenerated a new, and it still makes me a vip even with that cvar of.
checkster is offline
jonitaikaponi
Senior Member
Join Date: Nov 2014
Location: Finland
Old 01-19-2016 , 14:00   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1383

Quote:
Originally Posted by checkster View Post
Tbh this does not work for me, I have the latest version, removed old cfg, regenerated a new, and it still makes me a vip even with that cvar of.
Tested and works fine. Note that you have to restart your server after changing the value, like it says in the description.
jonitaikaponi is offline
entrailz
Member
Join Date: Sep 2015
Old 01-19-2016 , 14:33   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1384

Quote:
Originally Posted by jonitaikaponi View Post
Tested and works fine. Note that you have to restart your server after changing the value, like it says in the description.
Did you see my previous query about updating bot time on better time even if not world record?
entrailz is offline
checkster
BANNED
Join Date: Apr 2007
Location: Norway
Old 01-19-2016 , 14:37   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1385

Quote:
Originally Posted by jonitaikaponi View Post
Tested and works fine. Note that you have to restart your server after changing the value, like it says in the description.


I'm not new I obviously restarted.

Last edited by checkster; 01-19-2016 at 14:39.
checkster is offline
mazdarx8
Veteran Member
Join Date: Aug 2014
Old 01-19-2016 , 14:49   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1386

Quote:
Originally Posted by checkster View Post
Tbh this does not work for me, I have the latest version, removed old cfg, regenerated a new, and it still makes me a vip even with that cvar of.
It works for me. Try to write the command in your console "sm ck_enable_vip "1"


Are more colours in titles/skillgroups possible in CSGO? If yes, is it possible to add new colours?
mazdarx8 is offline
jonitaikaponi
Senior Member
Join Date: Nov 2014
Location: Finland
Old 01-19-2016 , 15:06   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1387

Quote:
Originally Posted by entrailz View Post
Did you see my previous query about updating bot time on better time even if not world record?
You could get the time by using ExplodeString on the time that the bot has in string format, then just multiply minutes by 60 add to seconds and add the milliseconds. Of course the best way to actually implement this would be to save the float value on the bot instead of the string.

Quote:
Originally Posted by checkster View Post
I'm not new I obviously restarted.
Oh, you mean the plugin makes you a vip? That CVAR disables the !vip command, to disable auto VIP use
Code:
// Automatically give players with this admin flag the VIP title. Invalid or not set, disables auto VIP.
// -
// Default: "a"
ck_autovip_flag "a"
or just set your title to something else with !titles. You'd think an old user would read the CVar list though ;)

Quote:
Originally Posted by mazdarx8 View Post
It works for me. Try to write the command in your console "sm ck_enable_vip "1"


Are more colours in titles/skillgroups possible in CSGO? If yes, is it possible to add new colours?
Can't add more colors in CSGO

Last edited by jonitaikaponi; 01-19-2016 at 15:09.
jonitaikaponi is offline
checkster
BANNED
Join Date: Apr 2007
Location: Norway
Old 01-19-2016 , 15:19   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1388

[QUOTE=jonitaikaponi;2384663]


Oh, you mean the plugin makes you a vip? That CVAR disables the !vip command, to disable auto VIP use
Code:
// Automatically give players with this admin flag the VIP title. Invalid or not set, disables auto VIP.
// -
// Default: "a"
ck_autovip_flag "a"

I did read the cvar list But I did not remove the old cfg, reloaded and generated a new cfg, removed all vip stuff, tried with blank as auto and now its at "a" and still im fucking vip.

Yes the plugin makes me a vip cause I have root, And I do not want that, cause I want my tag based on how "good" I am at surfing.

Last edited by checkster; 01-19-2016 at 15:22.
checkster is offline
jonitaikaponi
Senior Member
Join Date: Nov 2014
Location: Finland
Old 01-19-2016 , 15:41   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1389

Quote:
Originally Posted by checkster View Post
Quote:
Originally Posted by jonitaikaponi View Post


Oh, you mean the plugin makes you a vip? That CVAR disables the !vip command, to disable auto VIP use
Code:
// Automatically give players with this admin flag the VIP title. Invalid or not set, disables auto VIP.
// -
// Default: "a"
ck_autovip_flag "a"

I did read the cvar list But I did not remove the old cfg, reloaded and generated a new cfg, removed all vip stuff, tried with blank as auto and now its at "a" and still im fucking vip.

Yes the plugin makes me a vip cause I have root, And I do not want that, cause I want my tag based on how "good" I am at surfing.
The plugin doesn't automatically make roots VIP, sounds like you got the VIP title, but never removed it? Use !givetitle to add or remove titles, or use !titles to just toggle the title off, like I said earlier.

Last edited by jonitaikaponi; 01-19-2016 at 15:49.
jonitaikaponi is offline
entrailz
Member
Join Date: Sep 2015
Old 01-19-2016 , 20:38   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1390

[QUOTE=jonitaikaponi;2384663]You could get the time by using ExplodeString on the time that the bot has in string format, then just multiply minutes by 60 add to seconds and add the milliseconds. Of course the best way to actually implement this would be to save the float value on the bot instead of the string.

Is this something you might look into in the future (saving the bot replay as float instead of string)?
entrailz 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 07:01.


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