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

Showing results 1 to 25 of 54
Search took 0.00 seconds.
Search: Posts Made By: fluffys
Forum: Unapproved Plugins 02-05-2019, 22:29
Replies: 2,853
Views: 1,097,238
Posted By fluffys
Re: [CS:GO] ckSurf (1.18f, 24.11.2015)

My plugin probably fixes this: https://github.com/fluffyst/surftimer
Forum: Snippets and Tutorials 01-10-2019, 06:00
Replies: 30
Views: 12,280
Posted By fluffys
Re: [ANY] Sourcemod-Resources (Last Updated 1/10/2019)

I see there is a .vscode folder in the repository, would you happen to have syntax highlighting that's been updated to sm 1.10? These...
Forum: Plugins 10-21-2018, 11:14
Replies: 55
Views: 47,541
Posted By fluffys
Re: [CSS & CS:GO] RNGFix (v1.1.2, 2018-10-09)

It works fine on my server, however I think the version on Github has slopefix in it, try disabling it: ck_slopefix_enable 0 in addons/cfg/sourcemod/surftimer.cfg

I also don't use the timer for...
Forum: Scripting 11-28-2017, 16:37
Replies: 2
Views: 896
Posted By fluffys
FormatTime error only on Windows

Anyone know why I get this error only on windows? [SM] Exception reported: Invalid time format or buffer too small

// Format Joined Time
char szTime[128];
FormatTime(szTime, sizeof(szTime), "%d...
Forum: Unapproved Plugins 10-07-2017, 14:41
Replies: 2,853
Views: 1,097,238
Posted By fluffys
Re: [CS:GO] ckSurf (1.18f, 24.11.2015)

I think changing the ranks was the first thing I did when I first started the project, so at the time it was easier for me to just hard code new ranks I wanted rather than make it customisable, I...
Forum: Unapproved Plugins 10-06-2017, 15:14
Replies: 2,853
Views: 1,097,238
Posted By fluffys
Re: [CS:GO] ckSurf (1.18f, 24.11.2015)

Just delete all tables except your ck_zones table
Forum: Unapproved Plugins 10-04-2017, 15:51
Replies: 2,853
Views: 1,097,238
Posted By fluffys
Re: [CS:GO] ckSurf (1.18f, 24.11.2015)

If anyone is interested, I have updated the fork to my latest version and will continue to maintain it.
Changelog (https://github.com/fluffyst/Surftimer/blob/master/CHANGELOG.md)
Forum: Unapproved Plugins 08-17-2017, 14:41
Replies: 2,853
Views: 1,097,238
Posted By fluffys
Re: [CS:GO] ckSurf (1.18f, 24.11.2015)

Probably shouldn't use this thread as a support thread for that plugin, feel free to make a github issue though.
Forum: Unapproved Plugins 08-17-2017, 09:57
Replies: 2,853
Views: 1,097,238
Posted By fluffys
Re: [CS:GO] ckSurf (1.18f, 24.11.2015)

I've made a fork of ckSurf as a way to learn SourcePawn, someone is threatening to leak it so just going to paste it here, wouldn't recommend using it unless you're making a brand new server and not...
Forum: Plugins 08-14-2017, 12:20
Replies: 124
Views: 59,948
Posted By fluffys
Re: [CS:S] Trikz (Redux v1.8.0) (10/August/2017)

Any chance of getting trikz to CS:GO now that you've made no slide?
Forum: Unapproved Plugins 07-26-2017, 11:30
Replies: 2,853
Views: 1,097,238
Posted By fluffys
Re: [CS:GO] ckSurf (1.18f, 24.11.2015)

Not sure if anyone is aware but I do believe there is some sort of leak with the replay bots. Here (http://puu.sh/wTEKT/6f1a671688.zip) are two 10mb~ rec files that I've been using for testing and it...
Forum: Unapproved Plugins 04-20-2017, 23:20
Replies: 2,853
Views: 1,097,238
Posted By fluffys
Re: [CS:GO] ckSurf (1.18f, 24.11.2015)

My ck_bonus will be different because I've added styles


--------------
SHOW INDEXES FROM ck_checkpoints
--------------
...
Forum: Unapproved Plugins 04-20-2017, 22:20
Replies: 2,853
Views: 1,097,238
Posted By fluffys
Re: [CS:GO] ckSurf (1.18f, 24.11.2015)

The query only takes around 0.2 - 0.3 seconds for me, however you could possibly just modify the query and remove the bonus checkpoints, I don't think there's any surf map that has a staged bonus, so...
Forum: Plugin/Gameplay Ideas and Requests 04-09-2017, 14:35
Replies: 3
Views: 1,474
Posted By fluffys
Re: Sourcemod developer in Australia

I'm from Australia, feel free to add me http://steamcommunity.com/id/fluffyskpop/
Forum: Unapproved Plugins 03-16-2017, 16:32
Replies: 2,853
Views: 1,097,238
Posted By fluffys
Re: [CS:GO] ckSurf (1.18f, 24.11.2015)

SQLite probably wont give better performance, especially when the db becomes very large, is the name column's collation set to utf8_general_ci ?
Forum: Plugins 03-05-2017, 10:28
Replies: 51
Views: 22,125
Posted By fluffys
Re: [CSGO] CSGOWare 1.01 beta

Sometimes I get a game over overlay when at least two players are in the server and nothing will happen, the game never starts, restarting server doesn't fix it, does exact same thing as soon as...
Forum: Plugins 03-05-2017, 08:29
Replies: 51
Views: 22,125
Posted By fluffys
Re: [CSGO] CSGOWare 1.01 beta

Try disabling it, tv_enable 0
Forum: Plugins 03-05-2017, 08:18
Replies: 51
Views: 22,125
Posted By fluffys
Re: [CSGO] CSGOWare 1.01 beta

I'm not 100% sure but I think it may be GOTV, GOTV get's respawned as a bot even with the -nobots launch param so I think that may be the bot spamming it, if not then I honestly have no idea.
Forum: Plugin/Gameplay Ideas and Requests 11-02-2016, 19:58
Replies: 21
Views: 5,615
Posted By fluffys
Re: [REQ] Player speed 0 after teleport

This is possible with Stripper:Source


modify:
{
match:
{
"classname" "trigger_teleport"
}
insert:
Forum: Unapproved Plugins 10-30-2016, 17:55
Replies: 2,853
Views: 1,097,238
Posted By fluffys
Re: [CS:GO] ckSurf (1.18f, 24.11.2015)

If you want to make it static, just turn it into a func_brush

modify:
{
match:
{
"classname" "func_rotate"
}
replace:
{
Forum: Unapproved Plugins 10-29-2016, 13:36
Replies: 2,853
Views: 1,097,238
Posted By fluffys
Re: [CS:GO] ckSurf (1.18f, 24.11.2015)

You just change the path in the .sp and compile, you could simply replace say quake/holyshit.mp3 however most people will already have the original downloaded and it wont overwrite their version,...
Forum: Unapproved Plugins 10-27-2016, 16:28
Replies: 2,853
Views: 1,097,238
Posted By fluffys
Re: [CS:GO] ckSurf (1.18f, 24.11.2015)

Not sure if this works but this is my stripper file for surf_canisus2_fix

modify:
{
match:
{
"model" "*8"
"target" "desty_spawn"
}
Forum: Scripting 10-20-2016, 15:13
Replies: 2
Views: 933
Posted By fluffys
Menu Items in-between Menu Title

I'm not sure if the they're actually using items in-between the menu title, but I was wondering how this is achieved. http://puu.sh/rPgNJ/842fa43736.jpg Where there are menu items in-between normal...
Forum: Source Servers (SRCDS) 07-05-2016, 18:37
Replies: 653
Views: 229,330
Posted By fluffys
Re: [v3.5] seDirector - manage your Source servers - srcds.exe auto-update in Windows

I can't start more than two servers at a time, all of them will start but only two can be ran simultaneously, if I try to start a third server I get the error "There was an error starting server...
Forum: Plugins 06-19-2016, 07:56
Replies: 47
Views: 30,814
Posted By fluffys
Re: [CS:GO] Rocket jump BETA

What does the edited ckSurf actually change besides spawning a nova? Or is that the only change?
Showing results 1 to 25 of 54

 
Forum Jump

All times are GMT -4. The time now is 09:05.


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