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

Showing results 1 to 25 of 151
Search took 0.05 seconds.
Search: Posts Made By: Wulfy
Forum: Plugins 06-25-2017, 01:06
Replies: 279
Views: 76,662
Posted By Wulfy
Re: WebLync 0.0.8 - A MOTD redirection service

Wow!
Thank you so much! We'll definitely consider using option #2 from your latest update :)

Awesome work man.
Forum: Plugins 06-23-2017, 03:31
Replies: 279
Views: 76,662
Posted By Wulfy
Re: WebLync 0.0.8 - A MOTD redirection service

My code so far, I just need to add the native to handle the custom arg:
#include <sourcemod>
#define MAX_STEAMID_LENGTH 18

public OnPluginStart(){
RegConsoleCmd("sm_profile", profile);
}
...
Forum: Plugins 06-22-2017, 19:07
Replies: 279
Views: 76,662
Posted By Wulfy
Re: WebLync 0.0.8 - A MOTD redirection service

I'm trying to write a third party plugin that sets the custom arg to the specified user's Steam64Id.

Getting the user's Steam64Id was the easy bit, but now I can't seem to figure out how to...
Forum: Plugins 06-21-2017, 05:45
Replies: 606
Views: 309,013
Posted By Wulfy
Re: [CS:GO] Web Shortcuts CS:GO version

Thanks, it's working again with the latest version of WebLync
Forum: General 05-13-2017, 16:25
Replies: 0
Views: 1,395
Posted By Wulfy
"host error: bad string: " out of nowhere.

Hey!

I'm getting a "host error: bad string: " engine error, presumably out of nowhere (I didn't add or change anythng to the server).

Here is my accelerator dump:...
Forum: Plugins 11-24-2016, 11:42
Replies: 112
Views: 120,864
Posted By Wulfy
Forum: Source Servers (SRCDS) 11-24-2016, 07:16
Replies: 9
Views: 3,542
Posted By Wulfy
Re: [CSGO] Server crash

Yeah :/ I mentioned that in the OP as well..
Wasn't sure to include my plugin list because of exactly that, but I know people would ask for it anyway.

I was mistaken there, we update the map...
Forum: Source Servers (SRCDS) 11-19-2016, 06:29
Replies: 9
Views: 3,542
Posted By Wulfy
Re: [CSGO] Server crash

You asked me to disable SM and MM and then see what the accelerator logs said :P accelerator is an SM extension so it wouldn't run if I disabled SM, right?


Yes. It's basically the same map as...
Forum: Source Servers (SRCDS) 11-18-2016, 14:34
Replies: 9
Views: 3,542
Posted By Wulfy
Re: [CSGO] Server crash

I'll try that in a sec, we accidentally got rid of the new version of the map on the workshop when reverting back to the old one.

EDIT: Isn't accelerator an SM extension?


The server works...
Forum: Source Servers (SRCDS) 11-18-2016, 13:56
Replies: 9
Views: 3,542
Posted By Wulfy
[CSGO] Server crash

Hey! I updated my server's map yesterday (workshop) and it crashed the server a couple of times. After a couple of tries, the server started and ran fine for about 4 hours. It then crashed again.
...
Forum: General 11-16-2016, 17:41
Replies: 2
Views: 875
Posted By Wulfy
Re: CS:GO default valve vote bug

Read this entire wiki entry https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers

Your issue is probably that your mapgroup hasn't been set up properly. I'd...
Forum: General 11-12-2016, 19:35
Replies: 6
Views: 3,380
Posted By Wulfy
Re: [CSGO] Some extensions wont load

I've had a server run properly but not being able to run the mysql extension because that library wasn't installed. Hope you can fix your issue soon!
Forum: Source Servers (SRCDS) 11-12-2016, 11:49
Replies: 3
Views: 1,247
Posted By Wulfy
Re: [CSGO] switchable mods?

What does that even mean?

You could unload every gamemode-specific plugin by default (eg in your server.cfg) and use a map config plugin (https://forums.alliedmods.net/showthread.php?p=607079) to...
Forum: General 11-09-2016, 16:26
Replies: 6
Views: 3,380
Posted By Wulfy
Re: [CSGO] Some extensions wont load

If you're on Ubuntu/Debian: sudo apt-get install lib32gcc1
sudo apt-get install lib32stdc++6

RedHat/CentOS 32bit: yum install glibc libstdc++

^ 64 bit: yum install glibc.i686 libstdc++.i686
...
Forum: Source Servers (SRCDS) 11-09-2016, 16:17
Replies: 8
Views: 2,758
Posted By Wulfy
Re: (DONT ASSUME) No free fastdl servers exsit?

http://lmgtfy.com/?q=free+fastdl+server
Pretty sure the answers haven't changed since forever.

Nobody in their right minds would host a completely free fastdl server for just any stranger.
Let's...
Forum: Plugin/Gameplay Ideas and Requests 11-08-2016, 14:56
Replies: 2
Views: 590
Posted By Wulfy
Re: [CSGO] Counting unique visitors.

No I somehow didn't find that :)
Thanks a lot!
Forum: Plugin/Gameplay Ideas and Requests 11-08-2016, 14:35
Replies: 2
Views: 590
Posted By Wulfy
[CSGO] Counting unique visitors.

Hey!

I'm trying to find a plugin that counts unique visitors (unique SteamID's) connecting to my server on a daily/weekly/monthly basis but I can't find anything.

Does anyone know if one exists...
Forum: Source Servers (SRCDS) 11-07-2016, 10:41
Replies: 25
Views: 8,522
Posted By Wulfy
Re: CSGO 128 tick. Intel i7-6700k or 4790k?

I'd say go for the 4790K. Like you mentioned yourself, the 4790K has a higher single core speed when overclocked (you won't have to, but it's nice to have just in case) and CS:GO is mostly single...
Forum: Source Servers (SRCDS) 11-07-2016, 10:33
Replies: 2
Views: 773
Posted By Wulfy
Re: [CSGO] Competitive mode prumble

What?


sv_deadtalk 1

Try looking through your gamemode_*.cfg files or hopping on Google before asking these questions.
Forum: General 11-06-2016, 22:38
Replies: 5
Views: 1,075
Posted By Wulfy
Re: Help with Stamm Plugin Gravity!

Np, glad I could help.

sm plugins reload pluginname
would be a cleaner way of doing an unload and load btw.
Forum: General 11-06-2016, 16:29
Replies: 5
Views: 1,075
Posted By Wulfy
Re: Help with Stamm Plugin Gravity!

sm plugins unload pluginname
sm plugins load pluginname
in server.cfg

But it might not be what you're looking for.
Forum: General 11-06-2016, 16:25
Replies: 4
Views: 1,451
Posted By Wulfy
Re: CSGO Weapon drop

Are you trying to delete weapons the map spawns by default?

You could use Stripper:Source (https://forums.alliedmods.net/showthread.php?t=39439) but there might be a better way using a Sourcemod...
Forum: General 11-06-2016, 16:22
Replies: 12
Views: 3,819
Posted By Wulfy
Re: Create transparent knife (World model)

For the models on the ground issue you can use https://forums.alliedmods.net/showthread.php?t=279035
Forum: Plugins 11-06-2016, 16:14
Replies: 112
Views: 120,864
Posted By Wulfy
Re: [CS:GO] Workshop Map Loader (v0.13.0, 2014-06-27)

It's referring to the Sourcemod extensions cURL and System2.
Type 'sm exts list' in your console and see if it returns any errors for those.
Forum: Plugins 11-05-2016, 09:27
Replies: 226
Views: 120,224
Posted By Wulfy
Re: [Any] Dev Zones (with natives for developers)

[Solved]

Hey! When I add a zone in a workshop map, it doesn't get saved in the dev_zones folder and on map reload the zone is gone. Any idea how to make this work?

I get this in console
...
Showing results 1 to 25 of 151

 
Forum Jump

All times are GMT -4. The time now is 12:13.


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