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

Showing results 1 to 25 of 500
Search took 0.12 seconds.
Search: Posts Made By: splewis
Forum: Plugins 12-03-2020, 21:58
Replies: 1,677
Views: 771,956
Posted By splewis
Re: [CS:GO] Multi-1v1 (v1.1.9, 2018-2-19)

As always, you should just wait for a sourcemod update to fix the gamedata.
Forum: Plugins 05-25-2020, 16:13
Replies: 784
Views: 410,594
Posted By splewis
Re: [CS:GO] Pug Setup (v2.0.5, 2018-08-05)

I found this guide on the flags: https://steamcommunity.com/sharedfiles/filedetails/?id=719079703. They aren't part of pugsetup. I can't change how it works - you'd have to ask Valve.

Teamnames...
Forum: Plugins 05-18-2020, 01:44
Replies: 784
Views: 410,594
Posted By splewis
Re: [CS:GO] Pug Setup (v2.0.5, 2018-08-05)

You're probably using -nobots on the launch options, try getting rid of that.




tv_enable 1 in server.cfg at least, then enable in the .setup menu. You can set it to record by the default...
Forum: Scripting 04-11-2020, 03:29
Replies: 24
Views: 6,850
Posted By splewis
Re: [CSGO] Multi 1v1-Arena BOT

It's doable, it just didn't seem worth the effort to me. It's quite possible to do with changes to the plugin, but nobody has made those yet.
Forum: Plugins 03-08-2020, 23:42
Replies: 784
Views: 410,594
Posted By splewis
Re: [CS:GO] Pug Setup (v2.0.5, 2018-08-05)

Probably not pugsetup, but my best guess: remove the -nobots flag from the server launch options.
Forum: Plugins 07-17-2019, 20:31
Replies: 1,792
Views: 1,005,775
Posted By splewis
Re: [CS:GO] WarMod [BFG] <17.08.12.1053, 12-Aug-2017>

Like the message says, you should probably check the error logs. They're in addons/sourcemod/logs.
Forum: General 06-10-2019, 23:39
Replies: 1
Views: 758
Posted By splewis
Re: A question

For "change maps every 12 minutes" behavior I've used these in the past:

mp_maxrounds 0
mp_timelimit 12

That relies on regular round endings though. If your server is one continuous round...
Forum: Plugins 06-09-2019, 22:36
Replies: 240
Views: 151,658
Posted By splewis
Re: [CS:GO] Retakes (v0.3.2, 2016-4-6)

https://github.com/splewis/csgo-retakes/issues/196

It's unlikely it's fixed unless someone can find clear steps to reproduce.
Forum: Plugins 06-09-2019, 22:35
Replies: 1,677
Views: 771,956
Posted By splewis
Forum: Plugins 05-01-2019, 22:02
Replies: 1,677
Views: 771,956
Posted By splewis
Re: [CS:GO] Multi-1v1 (v1.1.9, 2018-2-19)

sm_multi1v1_use_database 0
Forum: Plugins 04-22-2019, 22:35
Replies: 784
Views: 410,594
Posted By splewis
Re: [CS:GO] Pug Setup (v2.0.5, 2018-08-05)

That error message is innocuous. It doesn't matter.

I can't tell you why nobody can enter your server. Typically you want to to check error logs (addons/sourcemod/logs) and/or try removing...
Forum: Plugins 03-31-2019, 19:02
Replies: 240
Views: 151,658
Posted By splewis
Re: [CS:GO] Retakes (v0.3.2, 2016-4-6)

Yes, if you write another plugin using the Retakes_OnPreRoundEnqueue forward to change the queuing behavior.
Forum: Plugins 03-31-2019, 19:01
Replies: 1,677
Views: 771,956
Posted By splewis
Re: [CS:GO] Multi-1v1 (v1.1.9, 2018-2-19)

The multi1v1 strips player of all weapons on round start and gives out new ones. Another plugin would probably need to use the Multi1v1_AfterPlayerSpawn forward to give extra items.
Forum: Plugins 02-27-2019, 02:36
Replies: 784
Views: 410,594
Posted By splewis
Re: [CS:GO] Pug Setup (v2.0.5, 2018-08-05)

You can try the pugsetup_teamlocker plugin to restrict team switches/joins beyond the max # of players, but it may not work:...
Forum: Plugins 02-16-2019, 01:12
Replies: 784
Views: 410,594
Posted By splewis
Re: [CS:GO] Pug Setup (v2.0.5, 2018-08-05)

You can set it to whatever you want. There's not much point in having the NAME in their twice, though. It's already at the end. The current setting is the same format ESEA uses.
Forum: Plugins 12-04-2018, 01:36
Replies: 784
Views: 410,594
Posted By splewis
Forum: Plugins 11-10-2018, 00:23
Replies: 784
Views: 410,594
Posted By splewis
Re: [CS:GO] Pug Setup (v2.0.5, 2018-08-05)

Edit cfg/sourcemod/pugsetup.cfg and change the cvar value.
Forum: Plugins 11-09-2018, 23:51
Replies: 784
Views: 410,594
Posted By splewis
Re: [CS:GO] Pug Setup (v2.0.5, 2018-08-05)

sm_pugsetup_message_prefix. It's listed at https://github.com/splewis/csgo-pug-setup#convars

I don't know what a "warmup pump" is.



...
Forum: Plugins 10-22-2018, 22:04
Replies: 1,677
Views: 771,956
Posted By splewis
Re: [CS:GO] Multi-1v1 (v1.1.9, 2018-2-19)

1.9 or 1.10 are fine. You just need a newer build on either branch:

https://www.sourcemod.net/downloads.php
Forum: Plugins 10-21-2018, 20:34
Replies: 784
Views: 410,594
Posted By splewis
Re: [CS:GO] Pug Setup (v2.0.5, 2018-08-05)

https://github.com/splewis/csgo-pug-setup/blob/master/configs/pugsetup/setupoptions.cfg#L28

There's an option for it on the .setup menu by default.
Forum: Plugins 10-15-2018, 17:32
Replies: 1,677
Views: 771,956
Posted By splewis
Re: [CS:GO] Multi-1v1 (v1.1.9, 2018-2-19)

He probably just needs to update sourcemod to a newer snapshot.
Forum: Plugins 09-20-2018, 23:31
Replies: 240
Views: 151,658
Posted By splewis
Re: [CS:GO] Retakes (v0.3.2, 2016-4-6)

https://github.com/splewis/csgo-retakes/issues/156

As I said before, find a way to reproduce it and I'll look into it.
Forum: Plugins 09-05-2018, 01:24
Replies: 784
Views: 410,594
Posted By splewis
Re: [CS:GO] Pug Setup (v2.0.5, 2018-08-05)

No, and I never plan on adding anything resembling a stats system to this plugin.
Forum: Plugins 08-16-2018, 18:12
Replies: 240
Views: 151,658
Posted By splewis
Re: [CS:GO] Retakes (v0.3.2, 2016-4-6)

If you can reproduce a bug you can make an issue at https://github.com/splewis/csgo-retakes/issues
Forum: Source Servers (SRCDS) 08-06-2018, 22:14
Replies: 353
Views: 90,003
Posted By splewis
Re: No MOTD in Panorama

I luv you Drifter.

It's a shame that some of the good uses of the motd were lost, but removing the motd is still a net positive imo. The scummery of all the background pages people would open in...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 11:55.


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