Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $
Target: $400
0%
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.03
seconds.
Search:
Posts Made By:
PC Gamer
Forum:
Plugins
06-05-2022, 20:32
Replies:
269
[TF2] Roll The Dice Revamped (RTD) (v2.3.3, 8 May 2021)
Views:
146,123
Posted By
PC Gamer
Re: [TF2] Roll The Dice Revamped (RTD) (v2.3.3, 8 May 2021)
Try typing this in your server console: sm_rtd2_interval (your new number)
What it is: Time in seconds a client has to wait to roll again after a perk has finished.
Example: sm_rtd2_interval 120
Forum:
Plugin/Gameplay Ideas and Requests
05-31-2022, 22:03
Replies:
1
[tf2] [gamemode idea!] Sniper Vs Zombies
Views:
227
Posted By
PC Gamer
Re: [tf2] [gamemode idea!] Sniper Vs Zombies
A few variations of this request were already previously provided to you. Did you try editing those?
Forum:
Plugin/Gameplay Ideas and Requests
05-31-2022, 22:00
Replies:
2
[TF2] [REQ] Model Downloader Script
Views:
193
Posted By
PC Gamer
Re: [TF2] [REQ] Model Downloader Script
Since you don't code and aren't interested in learning to code how can you possibly think the work of another is 'simple'? If it was simple you would do it yourself.
Fortunately the simple plugin...
Forum:
Scripting
05-28-2022, 20:29
Replies:
2
disable specific compile warning
Views:
366
Posted By
PC Gamer
Re: disable specific compile warning
When I receive that 242 warning I usually add this to the end of the function:
return Plugin_Handled;
The 209 warning is looking for number value since you used 'int' as the type of function. In...
Forum:
General
05-23-2022, 14:40
Replies:
1
Solved
Nominate plugin not using maplist cfg?
Views:
331
Posted By
PC Gamer
Re: Nominate plugin not using maplist cfg?
At the beginning of the thread:
Click the edit button (top right of post, next to quote)
Click on "go advanced" (bottom right of edited post)
At the top, under reason for editing,...
Forum:
Source Servers (SRCDS)
05-15-2022, 03:18
Replies:
1
Command does not work with "!"
Views:
291
Posted By
PC Gamer
Re: Command does not work with "!"
That plugin is unusual because it listens to chat for someone to begin their chat with rtv or rockthevote.
If you wanted to change that behavior you could change line 283 in the source code.
...
Forum:
Plugins
05-14-2022, 20:41
Replies:
36
[TF2] Wearit (v1.6 dated 16Feb2022)
Views:
7,464
Posted By
PC Gamer
Re: [TF2] Wearit (v1.6 dated 16Feb2022)
The plugin stores your cosmetic selections in cookies that are retained until you change class. Are you keeping the same class between maps?
Forum:
Plugins
05-14-2022, 20:32
Replies:
18
[TF2] Give Bots More Cosmetics (v1.13 01Jan2021)
Views:
5,118
Posted By
PC Gamer
Re: [TF2] Give Bots More Cosmetics (v1.13 01Jan2021)
Yes.
1. Edit the source code of this plugin to add specific cosmetic outfits per class. Remove the ones you don't want.
2. For specific outfits don't use this plugin. Instead, use the '[TF2]...
Forum:
Scripting
05-13-2022, 17:58
Replies:
4
Solved
[CSGO] How to tell if we are < 15 seconds into a round?
Views:
484
Posted By
PC Gamer
Re: [CSGO] How to tell if we are < 15 seconds into a round?
You could try using the Round Timer plugin by ReFlex Poison. Here's a link: https://forums.alliedmods.net/showthread.php?t=192601
Or.... you could try writing your own plugin. I don't know much...
Forum:
Scripting
05-10-2022, 05:55
Replies:
2
Solved
Ping Question
Views:
194
Posted By
PC Gamer
Re: Ping Question
Thanks Bacardi! As usual, a great answer.
:bacon!:
Forum:
Plugin/Gameplay Ideas and Requests
05-10-2022, 05:53
Replies:
7
Solved
Ping Viewer
Views:
569
Posted By
PC Gamer
Re: Ping Viewer - Issue
This should do it...
#pragma semicolon 1
#pragma newdecls required
#include <sourcemod>
public Plugin myinfo = {
name = "Ping_Viewer",
author = "alasfourom, modified by PC Gamer",
...
Forum:
Scripting
05-09-2022, 06:53
Replies:
2
Solved
Ping Question
Views:
194
Posted By
PC Gamer
Ping Question
Question....
When I use this plugin (or use the server console 'status' command) it tells me I have a ping of 26. When I press the TAB key to view the scoreboard with my ping it states my ping...
Forum:
Scripting
04-22-2022, 08:13
Replies:
12
[TF2] New Scream Fortress Unusual Taunts
Views:
2,118
Posted By
PC Gamer
Re: [TF2] New Scream Fortress Unusual Taunts
I'm posting the result of my efforts here now that the plugin is stable.
This plugin will allow any player to use a command to call a menu that shows most of the unusual taunt effects. Once an...
Forum:
Scripting
04-18-2022, 11:55
Replies:
12
[TF2] New Scream Fortress Unusual Taunts
Views:
2,118
Posted By
PC Gamer
Re: [TF2] New Scream Fortress Unusual Taunts
After much effort I was able to get all of the taunts to work mostly correctly. With some issues.
FlaminSarge is right. The particle effect is better. gdfsgdfg is also correct when he said that...
Forum:
Scripting
04-15-2022, 15:56
Replies:
12
[TF2] New Scream Fortress Unusual Taunts
Views:
2,118
Posted By
PC Gamer
Re: [TF2] New Scream Fortress Unusual Taunts
It appears you want a TF2Attributes version. You can try this one. It works for all unusual taunt effects. It still has the original problem of effects appearing above ground level. If anyone knows...
Forum:
Scripting
04-15-2022, 06:02
Replies:
12
[TF2] New Scream Fortress Unusual Taunts
Views:
2,118
Posted By
PC Gamer
Re: [TF2] New Scream Fortress Unusual Taunts
If you only want for taunting you can try the attached plugin. I believe the original author was noyb? I just updated it with current effects and made it work with version 1.11 of SourceMod. It's...
Forum:
Plugins
04-14-2022, 05:33
Replies:
5
[TF2] Zombies (v1.3 14Apr2022)
Views:
2,147
Posted By
PC Gamer
Re: [TF2] Zombies (v1.3 14Apr2022)
Plugin in original post updated to version 1.3.
This version fixes a bug where players would be partially invisible after using the command: !nozombie
This version is also SourceMod version...
Forum:
Plugins
04-12-2022, 20:47
Replies:
4
[TF2] Be the BurningMann [v1.1 12Apr2022]
Views:
868
Posted By
PC Gamer
Re: [TF2] Be the BurningMann [v1.1 12Apr2022]
Plugin in original post updated to version 1.1
This version adds a few effects originally created by Mecha the Slag. The Burning Mann is engulfed in flames and emits light. The flamethrower...
Forum:
Plugin/Gameplay Ideas and Requests
04-11-2022, 19:11
Replies:
1
[TF2] Blu Team Becomes Zombies
Views:
205
Posted By
PC Gamer
Re: [TF2] Blu Team Becomes Zombies
This plugin will do what you asked for. It forces any player who joins the BLU team to always spawn as a Zombie. It removes their primary and secondary weapons. If a player joins RED team they are...
Forum:
Plugins
04-11-2022, 06:07
Replies:
1,963
[ANY] Store by Zephyrus [1.1 - 03.01.2016]
Views:
887,609
Posted By
PC Gamer
Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
I tried installing that version again today after reading an earlier post stating that it can be compiled in SourceMod version 1.11. Sadly, it still doesn't compile with version 1.11 without fixing...
Forum:
Scripting
04-09-2022, 07:06
Replies:
6
float to int stock
Views:
443
Posted By
PC Gamer
Re: float to int stock
When I need a float I just add 0.0 to the value. You could try doing something like this:
float fHealthBuffer = GetEntProp(client, Prop_Send, "m_healthBuffer") + 0.0;
Forum:
Scripting
04-08-2022, 02:15
Replies:
3
[TF2] notso-randomizer
Views:
417
Posted By
PC Gamer
Re: [TF2] notso-randomizer
I looked at the code you provided. You're missing 12 files that go with this plugin. After you find and install those you'll have 185 errors to correct for it to be compiled in SourceMod 1.11.
...
Forum:
Scripting
03-28-2022, 05:34
Replies:
7
[TF2-specific] How would I write a plugin that runs commands on point capture?
Views:
980
Posted By
PC Gamer
Re: [TF2-specific] How would I write a plugin that runs commands on point capture?
I use the attached plugin to reward individual TF2 players who capture the control point.
The plugin uses the teamplay_point_captured event mentioned above by Sreaper. It uses code previously...
Forum:
Plugin/Gameplay Ideas and Requests
03-27-2022, 06:53
Replies:
2
[TF2] 2007 server plugin
Views:
403
Posted By
PC Gamer
Re: [TF2] 2007 server plugin
That plugin claims to do exactly what you are asking for. What's the harm in trying it?
Forum:
Plugin/Gameplay Ideas and Requests
03-27-2022, 06:52
Replies:
8
[Paid] Timed Mute, Gag
Views:
831
Posted By
PC Gamer
Re: [Paid] Timed Mute, Gag
That plugin should work for CSGO. If you've tried it and it doesn't work I recommend posting your findings (along with any errors in the error log) on that plugin's thread so the author can fix it.
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Server Discussion
Source Servers (SRCDS)
HL1 Servers (HLDS)
AMX Mod X
News
Bug Reports
General
Off-Topic
Plugins
Suggestions / Requests
Approved Plugins
New Plugin Submissions
Unapproved/Old Plugins
Translation Request
High-Traffic Plugins
GunGame
UAIO (Ultimate All-In-One Plugin)
xREDIRECT
CSDM
AMX Super
RuneMod
Zombie Plague Mod
SuperHero Mod
News
Tech Support
Scripting Help
Off-Topic / General Chat
Heroes
Suggestions / Requests
Approved Heroes
New Submissions
Unapproved/Old Heroes
Module Heroes
SuperHero Mod Stats - By 123
(OLD) Bug Reports
Scripting
Scripting Help
Code Snippets/Tutorials
Module Coding
Donor Access
SourceMod
News
General
Plugins
Plugins
Unapproved Plugins
Plugin/Gameplay Ideas and Requests
High-Traffic Plugins
SourceMod Anti-Cheat
Zombie:Reloaded
SourceBans / SourceBans++
VSH / Freak Fortress
Store
SM_Hosties
HLstatsX:CE
Scripting
Extensions
Snippets and Tutorials
Donor Access
Metamod: Source
Metamod:Source Plugins
Metamod:Source Questions
Coding MM:S Plugins & SM Extensions
Hosted Stuff
Asherkin's Plugins
TFDodgeball
TF2Items
SteamTools
Bail's Plugins
CSDM
CS:S DM
Off-Topic & Trash
Off-Topic
Trash
All times are GMT -4. The time now is
21:51
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2022, vBulletin Solutions, Inc.
Theme made by Freecode