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

Showing results 1 to 25 of 80
Search took 0.01 seconds.
Search: Posts Made By: Sprilo
Forum: Plugins 05-07-2017, 23:27
Replies: 91
Views: 53,372
Posted By Sprilo
Re: [CS:GO] DUELS: The Deathmatch Replacer BETA

Nice release :bacon!: , now watch as every server owner and his dog has one of these servers :wink:

Perhaps a credit to the original creators in your post? (if not for the plugin idea, then the...
Forum: Source Servers (SRCDS) 02-14-2017, 20:48
Replies: 25
Views: 7,975
Posted By Sprilo
Re: #GameUI_Disconnect_DeltaEntMessage | Disconnect Message

Increased entities delta buffers to 192Kb to support connecting to game modes with many entities (sv_delta_entity_full_buffer_size on the server can be used to increase it up to 256Kb if needed)
...
Forum: Plugin/Gameplay Ideas and Requests 12-01-2016, 04:56
Replies: 11
Views: 2,565
Posted By Sprilo
Re: [REQ] Add !hideaura support for auras plugin

Sorry, I have been a bit preoccupied.

https://forums.alliedmods.net/showpost.php?p=2474158&postcount=1006

Here's my post regarding !hideauras
Forum: Plugins 12-01-2016, 04:55
Replies: 1,980
Views: 1,045,033
Posted By Sprilo
Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]

Apologies for my absence, I have attached the .sp for a !hideauras version which should hopefully work. (I haven't tested it in a while and currently am unable to do so). I also cannot compile at...
Forum: Plugins 10-25-2016, 02:36
Replies: 1,980
Views: 1,045,033
Posted By Sprilo
Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]

Just tried that particle and it worked for me.

Is store_particles.smx inside your /addons/sourcemod/plugins/ ?
Did you restart the server?

In regards to items.txt, try adding it towards the...
Forum: Plugins 10-24-2016, 23:49
Replies: 1,980
Views: 1,045,033
Posted By Sprilo
Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]

Rather than selling the 'in demand' plugin I thought I'd just share it here since it is pretty simple.

I don't have a use for it anymore so I don't know if it works well or not. Never bothered to...
Forum: General 02-03-2016, 08:40
Replies: 6
Views: 1,347
Posted By Sprilo
Re: CSGO update seems to have broke SM's ability to override cvars hardcoded in maps

I believe it happens with maps that pakrat the mapname.cfg although I could be wrong
Forum: Source Servers (SRCDS) 10-14-2015, 11:31
Replies: 132
Views: 58,082
Posted By Sprilo
Re: Notice of changes to CS:GO Game Server Operation

This is pretty much what I'd expect, GSPs making clients set up tokens with their own accounts so they are responsible for any blacklist plugins.
In my opinion it's better than the alternative where...
Forum: Plugin/Gameplay Ideas and Requests 09-23-2015, 05:55
Replies: 5
Views: 825
Posted By Sprilo
Re: [REQ][Paied] Display name of maps on votemap and nominate

I'm fairly sure UMC is capable of this
https://forums.alliedmods.net/showthread.php?t=134190
Forum: General 09-20-2015, 01:16
Replies: 151
Views: 44,782
Posted By Sprilo
Re: Valve Blocking Servers now

Likely still tags
They should scan hostnames
http://www.gametracker.com/search/?search_by=name_ip&query=!ws&game=csgo&sort=&order=&searchipp=50#search
Forum: General 09-14-2015, 02:44
Replies: 3
Views: 885
Posted By Sprilo
Forum: Plugin/Gameplay Ideas and Requests 09-09-2015, 04:41
Replies: 4
Views: 1,309
Posted By Sprilo
Re: Cs_player_physics_box bug [Can pay]

If no-one else's solution works and you're willing to try, perhaps give this a shot

Remove any traces of these cvars from ANY/ALL cfg files, any plugins changing/forcing this...
Forum: Scripting 09-05-2015, 23:49
Replies: 9
Views: 2,331
Posted By Sprilo
Re: [csgo] Fix respawn plugin for Minigames [Idea]

Have you tried this? https://forums.alliedmods.net/showthread.php?p=2141816

"Players can be killed too quickly if there is an AFK killer or auto-killer on the map (ie: in many mg_ maps) and...
Forum: Plugin/Gameplay Ideas and Requests 07-20-2015, 05:22
Replies: 236
Views: 109,226
Posted By Sprilo
Re: [CS:GO] Kaesar's Stuff

Surprisingly there aren't many super-hero models despite their popularity, I've seen about 3 different batman skins but not much else; I'm interested in seeing the ghost-rider model and especially...
Forum: General 07-18-2015, 14:47
Replies: 151
Views: 44,782
Posted By Sprilo
Re: Valve Blocking Servers now

The emails you sent me are publicly available and I have no intention to send an email, I was just curious since your friend has already had a reply regarding the situation to help confirm it
Forum: General 07-18-2015, 09:55
Replies: 151
Views: 44,782
Posted By Sprilo
Re: Valve Blocking Servers now

Could you please paste the reply they gave you regarding this.
Thanks.
Forum: Scripting 07-14-2015, 04:45
Replies: 4
Views: 1,038
Posted By Sprilo
Re: [CS:GO] How unload plugin on specific map ?

decl String:MapName[100];
GetCurrentMap(MapName, 100);

if(StrEqual(MapName, "dust2_night", false))
{
ServerCommand("sm plugins unload blabla.smx");
}


Something...
Forum: General 07-12-2015, 06:39
Replies: 4
Views: 1,123
Posted By Sprilo
Re: [surf/csgo] Sometimes I got blocked on ramp

What tickrate is your server?
Forum: General 07-07-2015, 22:53
Replies: 102
Views: 31,362
Posted By Sprilo
Valve's request to CS:GO community owners

Hey everyone,

As some of you are already aware, Vitaliy Genkin has sent a request to the CS:GO community...
Forum: Plugin/Gameplay Ideas and Requests 07-04-2015, 10:17
Replies: 8
Views: 1,619
Posted By Sprilo
Re: [REQ] Overlays plugin

#pragma semicolon 1

#include <sourcemod>
#include <sdktools>


public OnMapStart()
{
AddFileToDownloadsTable("materials/overlays/file/material.vmt");
...
Forum: Scripting 07-04-2015, 09:12
Replies: 3
Views: 2,728
Posted By Sprilo
Re: [CS:GO]UTIL_GetListenServerHost()

You may want to read up on bspconvar_whitelist.txt, you'll need to edit this to allow maps to use "say".
Forum: Plugin/Gameplay Ideas and Requests 06-23-2015, 05:26
Replies: 6
Views: 1,107
Posted By Sprilo
Re: Loading Screen Music Possible?

Probably the closest thing available
https://forums.alliedmods.net/showthread.php?t=264189
Forum: General 06-21-2015, 22:18
Replies: 9
Views: 2,867
Posted By Sprilo
Re: [CS:GO] Deathmatch - Map dont change

Try this one, its csgo supported.
https://forums.alliedmods.net/showthread.php?t=254830
Forum: General 06-18-2015, 05:11
Replies: 19
Views: 11,577
Posted By Sprilo
Re: Players banned for dying?

Maybe it was added to mp_autokick?, try setting it to 0 if it isn't already.
Forum: Plugins 06-17-2015, 14:03
Replies: 163
Views: 76,693
Posted By Sprilo
Re: [CS:GO] - Grenade smoke colors | Finally avaiblable !!

Nice work, any chance for flag support?
Showing results 1 to 25 of 80

 
Forum Jump

All times are GMT -4. The time now is 17:57.


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