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

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


Post New Thread Reply   
 
Thread Tools Display Modes
Jakeey802
Senior Member
Join Date: Oct 2015
Old 12-23-2015 , 22:08   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1101

Quote:
Originally Posted by MrBeardViking View Post
Hello,
I'm having some problems getting the ckSurf mod to work on my server.
I'm hiring a server from Vilayer, I had the mod up and running while the server was raised in the Netherlands. After requesting to have the server moved to

- SNIP -
Addons/SourceMod/Logs

Add me if you need some help

https://steamcommunity.com/id/Jakeey802/

Last edited by Jakeey802; 12-23-2015 at 22:09.
Jakeey802 is offline
Jaykrog
Senior Member
Join Date: May 2015
Old 12-24-2015 , 02:50   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1102

Quote:
Originally Posted by blackhawk74 View Post
Look inside /cfg/sourcemod/ckSurf.cfg, the feature is already there.

Code:
ck_custom_models
ck_replay_bot_skin
ck_replay_bot_arm_skin


On another note, would anyone happen to have the stripper file for surf_crzyfrog_reloaded? Figured I'd ask before I spend a lot of time on one for it.
The end is weird as hell... I made it so you need to touch the wall which will give u low grav.

If anyone has a better fix, let me know .

Code:
modify:
{
	match:
	{
	"model" "*167"
	"origin" "-5193 6774 3991"
	"spawnflags" "1"
	"target" "jail 1.1"
	"StartDisabled" "0"
	"classname" "trigger_teleport"
	}
	replace:
	{
	"target" "Stage2.2"
	}
}
{
	match:
	{
	"model" "*168"
	"origin" "-21 2622 2311"
	"spawnflags" "1"
	"target" "jail 1.2"
	"StartDisabled" "0"
	"classname" "trigger_teleport"
	}
	replace:
	{
	"target" "Stage2.2"
	}
}
{
	match:
	{
	"model" "*169"
	"origin" "-2673.5 5963.5 803.5"
	"spawnflags" "1"
	"target" "jail 1.3"
	"StartDisabled" "0"
	"classname" "trigger_teleport"
	}
	replace:
	{
	"target" "Stage2.2"
	}
}
{
	match:
	{
	"model" "*106"
	"origin" "1130.5 701.5 2383"
	"spawnflags" "1"
	"target" "jail 1.4"
	"StartDisabled" "0"
	"classname" "trigger_teleport"
	}
	replace:
	{
	"target" "Stage2.2"
	}
}
{
	match:
	{
	"model" "*163"
	"origin" "9876 -8020 -3617"
	"spawnflags" "1"
	"target" "jail 2.1"
	"StartDisabled" "0"
	"classname" "trigger_teleport"
	}
	replace:
	{
	"target" "Stage3 T"
	}
}
{
	match:
	{
	"model" "*164"
	"origin" "8632 -14148 -1333"
	"spawnflags" "1"
	"target" "jail 2.2"
	"StartDisabled" "0"
	"classname" "trigger_teleport"
	}
	replace:
	{
	"target" "Stage3 T"
	}
}
{
	match:
	{
	"model" "*165"
	"origin" "-3691.5 -11585 -5025"
	"spawnflags" "1"
	"target" "jail 2.3"
	"StartDisabled" "0"
	"classname" "trigger_teleport"
	}
	replace:
	{
	"target" "Stage3 T"
	}
}
{
	match:
	{
	"model" "*166"
	"origin" "2840.5 -8549.5 -6048.5"
	"spawnflags" "1"
	"target" "jail 2.4"
	"StartDisabled" "0"
	"classname" "trigger_teleport"
	}
	replace:
	{
	"target" "Stage3 T"
	}
}
{
	match:
	{
	"model" "*80"
	"origin" "7419 -8428 432.54"
	"spawnflags" "1"
	"gravity" "1"
	"StartDisabled" "0"
	"classname" "trigger_gravity"
	}
	replace:
	{
	"gravity" "-5"
	}
}
{
	match:
	{
	"model" "*101"
	"origin" "1982.5 -8549.5 -2399.5"
	"spawnflags" "1"
	"gravity" "1"
	"StartDisabled" "0"
	"classname" "trigger_gravity"
	}
	replace:
	{
	"gravity" "-5"
	}
}
{
	match:
	{
	"model" "*84"
	"origin" "1457 -8549.5 -5273.81"
	"spawnflags" "1"
	"gravity" "-1"
	"StartDisabled" "0"
	"classname" "trigger_gravity"
	}
	replace:
	{
	"gravity" "-5"
	}
}
filter:
{
	"model" "*127"
	"origin" "9876 -2691 3495.5"
	"spawnflags" "1"
	"alternateticksfix" "0"
	"speed" "150"
	"pushdir" "0 90 0"
	"StartDisabled" "0"
	"classname" "trigger_push"
}
{
	"model" "*128"
	"targetname" "afk push"
	"origin" "9876 -2691 3155"
	"spawnflags" "1"
	"alternateticksfix" "0"
	"speed" "100"
	"pushdir" "0 90 0"
	"StartDisabled" "1"
	"classname" "trigger_push"
}
{
	"model" "*100"
	"origin" "1982.5 -8549.5 -2304.5"
	"spawnflags" "1"
	"target" "jail 2.4"
	"StartDisabled" "0"
	"classname" "trigger_teleport"
}

Last edited by Jaykrog; 12-24-2015 at 02:50.
Jaykrog is offline
MrBeardViking
New Member
Join Date: Dec 2015
Old 12-24-2015 , 04:17   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1103

Quote:
Originally Posted by Jakeey802 View Post
Addons/SourceMod/Logs

Add me if you need some help

https://steamcommunity.com/id/Jakeey802/

\addons\sourcemod\ *logs do not exist*
http://puu.sh/m6YT6/b77def08de.png

I've added you on steam *MrBeardViking*
MrBeardViking is offline
fluffys
Member
Join Date: Jun 2015
Old 12-24-2015 , 05:30   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1104

Quote:
Originally Posted by MrBeardViking View Post
\addons\sourcemod\ *logs do not exist*
http://puu.sh/m6YT6/b77def08de.png

I've added you on steam *MrBeardViking*
Just make a folder called logs and it will print logs into there, if there is no logs folder it wont print any logs.

Last edited by fluffys; 12-24-2015 at 05:30.
fluffys is offline
caponeaus
Junior Member
Join Date: Dec 2015
Old 12-24-2015 , 07:52   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1105

Can I please have some assistance with this plugin. The skill groups are set to only 9 so all other skill groups I add aren't getting acknowledged. Also how do I remove the square brackets on the skill group names in game. In game it shows on the leaderboard as [NEW], how would I make that NEW. And I need help to allow it add more skill groups Yes I have edited the skillgroups.cfg to have more skill groups, the plugin just isn't recognising it.
caponeaus is offline
Jakeey802
Senior Member
Join Date: Oct 2015
Old 12-24-2015 , 09:12   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1106

SetClanTag(Handle timer, any:client)
SetPlayerRank(client)
Jakeey802 is offline
caponeaus
Junior Member
Join Date: Dec 2015
Old 12-24-2015 , 11:35   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1107

Okay, I soughted out the ranking system. Can I please have some help with getting the bot replay to work? I have both the bonus and replay cvar on 1. When I type !spec it shows up to play the map record, but when I do it the bot is just frozen..?
caponeaus is offline
JayTox
Junior Member
Join Date: Nov 2015
Old 12-24-2015 , 17:55   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1108

Hey is their a possibility that you can make where you can set the VIP Flag required?

also the reserve flag(a) doesn't seem to be working I tried it and it's not giving vip.
JayTox is offline
Baws
Veteran Member
Join Date: Oct 2012
Old 12-24-2015 , 17:56   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1109

Quote:
Originally Posted by caponeaus View Post
Okay, I soughted out the ranking system. Can I please have some help with getting the bot replay to work? I have both the bonus and replay cvar on 1. When I type !spec it shows up to play the map record, but when I do it the bot is just frozen..?
You were able to add more than 9 ranks?
__________________
Like my clean plugins and work?
Baws is offline
Jakeey802
Senior Member
Join Date: Oct 2015
Old 12-24-2015 , 22:59   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1110

Quote:
Originally Posted by Baws View Post
You were able to add more than 9 ranks?
You have to hard code it in the sp
Jakeey802 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 12:42.


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