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

Showing results 1 to 25 of 95
Search took 0.01 seconds.
Search: Posts Made By: lowheartrate
Forum: General 05-12-2017, 14:40
Replies: 2
Views: 1,113
Posted By lowheartrate
Re: Sourcemod reserved slots

I've just upgraded my server to 11 slot(s) and have the following cvars (regarding reserved slots) set in my cfg/sourcemod/sourcemod.cfg file:
// Specifies how the reserved slots plugin operates....
Forum: General 04-30-2017, 21:33
Replies: 2
Views: 1,113
Posted By lowheartrate
Sourcemod reserved slots

I am running a 5v5 community competitive server and it only has a maximum of 10 slots. I am trying to make it so when an administrator joins the server when there are 10 people on, it kicks a player...
Forum: Unapproved Plugins 04-30-2017, 02:34
Replies: 50
Views: 25,970
Posted By lowheartrate
Re: [Source 2009 Games] TOGs Chat Tags

I sent you PM regarding the version that is not public...
Forum: Extensions 04-30-2017, 02:01
Replies: 846
Views: 581,055
Posted By lowheartrate
Re: [ANY] SteamWorks

Not sure what it is that I am doing wrong here but I am trying to install this so that I can use the Updater plugin (https://forums.alliedmods.net/showthread.php?t=169095). I have put the srcds...
Forum: Unapproved Plugins 04-30-2017, 00:40
Replies: 50
Views: 25,970
Posted By lowheartrate
Re: [Source 2009 Games] TOGs Chat Tags

Is there an alternative to this plugin? I am looking for something simple to just change the colors of an administrators name according to the flag they have. I found this plugin active on another...
Forum: Plugins 04-25-2017, 22:20
Replies: 187
Views: 134,953
Posted By lowheartrate
Re: Execute Configs 1.0 (Updated 08/12/09)

So I figured out that round:1 targets warmup round(s) and round:2 seems to truly target the actual first round (pistol round) of the match. Almost everything is working flawless for me but I only...
Forum: General 04-25-2017, 22:06
Replies: 9
Views: 2,197
Posted By lowheartrate
Re: Edit cvars during warmup round?

I figured out a way for it to work with the plugin Execute Configs by DJ Tsunami (https://forums.alliedmods.net/showthread.php?t=67620). For some reason warmup round was being targeted with...
Forum: Plugins 04-25-2017, 21:56
Replies: 606
Views: 308,599
Posted By lowheartrate
Re: [CS:GO] Web Shortcuts CS:GO version

Thanks for the update! Will be updating it as soon as servers come back live!
Forum: Plugins 04-25-2017, 18:23
Replies: 606
Views: 308,599
Posted By lowheartrate
Re: [CS:GO] Web Shortcuts CS:GO version

Thanks! I'll have to use this until original author fixes it here.
Forum: General 04-25-2017, 14:04
Replies: 9
Views: 2,197
Posted By lowheartrate
Re: Edit cvars during warmup round?

I tried to also change the map and get the same response.... nothing. :shock:
Forum: General 04-25-2017, 04:18
Replies: 9
Views: 2,197
Posted By lowheartrate
Re: Edit cvars during warmup round?

I created a warmup.cfg file in the cfg/ directory and put in the cvars I want during warmup round and fired up the plugin in the server which looks to have loaded just fine but it didn't change any...
Forum: General 04-25-2017, 03:57
Replies: 9
Views: 2,197
Posted By lowheartrate
Re: Edit cvars during warmup round?

How would I go about executing a certain file from my cfg/ folder in this code?!
if (GameRules_GetProp("m_bWarmupPeriod") == 1)
{
// warmup ON
}
Forum: General 04-25-2017, 01:56
Replies: 9
Views: 2,197
Posted By lowheartrate
Re: Edit cvars during warmup round?

How would I go about executing warmup.cfg during warmup and then executing the other after warmup ends. I would like it to be done automatically as I am not always in the server 24/7 to do it. :oops:
Forum: General 04-24-2017, 23:33
Replies: 9
Views: 2,197
Posted By lowheartrate
Edit cvars during warmup round?

I am trying to find a way to edit cvars during warmup round so I can allow players to have unlimited cash during warmup round and they can buy anywhere. I figured that execute configs 1.0 by DJ...
Forum: Plugins 04-24-2017, 23:06
Replies: 606
Views: 308,599
Posted By lowheartrate
Re: [CS:GO] Web Shortcuts CS:GO version

Any update(s) on the fix?
Forum: General 04-20-2017, 20:13
Replies: 7
Views: 2,270
Posted By lowheartrate
Forum: Trash 04-20-2017, 20:00
Replies: 2
Views: 1,308
Posted By lowheartrate
Trying to block server command...

I am using the scripting reference here (https://wiki.alliedmods.net/Commands_(SourceMod_Scripting)) as I am very new to coding sourcemod plugins. What I am trying to do is block players from using...
Forum: General 04-20-2017, 03:25
Replies: 7
Views: 2,270
Posted By lowheartrate
Re: Let players talk during halftime / warmup rounds?

Didn't think you did but thought I'd give it a try since Obyboby said it worked for him. I usually put all my cvars in my gamemode_competitive_server.cfg file. I also checked the console during the...
Forum: General 04-20-2017, 00:45
Replies: 7
Views: 2,270
Posted By lowheartrate
Re: Let players talk during halftime / warmup rounds?

I put sv_auto_full_alltalk_during_warmup_half_end 1 in file cfg/server.cfg and it still isn't wokring :cry:
Forum: Plugins 04-18-2017, 04:29
Replies: 187
Views: 134,953
Posted By lowheartrate
Re: Execute Configs 1.0 (Updated 08/12/09)

I'll try this again :3 Does anyone know how I can target warmup rounds with this plugin so that I can change some cvars for warmup round and change more when first round comes?!

EDIT: I tried to...
Forum: Scripting 04-18-2017, 03:02
Replies: 5
Views: 1,959
Posted By lowheartrate
Re: Sourcemod "My first ever plugin" not printing to console.

Okay, so really "Hello World!" is being displayed as soon as server goes live and the plugin(s) are loaded. That's why I only seen it when I manually reloaded the plugin?!
Forum: Scripting 04-18-2017, 02:14
Replies: 5
Views: 1,959
Posted By lowheartrate
Re: Sourcemod "My first ever plugin" not printing to console.

I put the plugin in /addons/sourcemod/plugins while server was offline and rebooted it afterwards. I did not do anything other then dropping the plugin in /plugins/ folder and not sure what command...
Forum: Scripting 04-18-2017, 01:47
Replies: 5
Views: 1,959
Posted By lowheartrate
Sourcemod "My first ever plugin" not printing to console.

I am following this Introduction to SourceMod Plugins (https://wiki.alliedmods.net/Introduction_to_sourcemod_plugins) tutorial trying to learn how to code Sourcemod plugins and on the getting code to...
Forum: General 04-17-2017, 00:43
Replies: 7
Views: 2,270
Posted By lowheartrate
Let players talk during halftime / warmup rounds?

I am trying to allow players to talk to each other during halftime and warmup rounds but can't seem to get it right. I have tried to use the command:
sv_auto_full_alltalk_during_warmup_half_end
but...
Forum: Source Servers (SRCDS) 04-16-2017, 06:45
Replies: 2
Views: 3,034
Posted By lowheartrate
[CS:GO] Don't allow unbalanced teams?!

I run a 5vs5 community competitive server and a lot of the time the teams become unbalanced so people make it 3 vs 1, 4 vs 2, etc. Is there someway I can force players to select the team with less...
Showing results 1 to 25 of 95

 
Forum Jump

All times are GMT -4. The time now is 18:49.


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