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

Showing results 1 to 25 of 28
Search took 0.00 seconds.
Search: Posts Made By: ShadowMoses
Forum: Plugins 11-23-2011, 03:00
Replies: 5,300
Views: 3,307,762
Posted By ShadowMoses
Re: GunGame

Hi altex could you please start putting the plugin version in the plugin options when you edit your post for the new releases.

I wrote a desktop version checker that I use for all of my plugins...
Forum: Plugins 01-14-2010, 13:13
Replies: 10
Views: 18,121
Posted By ShadowMoses
Re: Reserved Sprays

I will support this plugin. If you have any suggestions please make them.
Forum: Plugins 01-14-2010, 13:12
Replies: 10
Views: 18,121
Posted By ShadowMoses
Re: Reserved Sprays

The plugin works great. No one has had any complaints. Works as intended.
Forum: Scripting 10-26-2009, 22:57
Replies: 3
Views: 1,429
Posted By ShadowMoses
Re: Play sound @ event

Add this after the VERSION #define
#define SOUND_NEWKING "buttons/weapon_cant_buy.wav"Add this after OnMapStart(){}
public OnConfigsExecuted()
{
PrecacheSound(SOUND_NEWKING, true);
}Replace...
Forum: Trash 10-23-2009, 02:09
Replies: 1
Views: 1,176
Posted By ShadowMoses
Re: help: DoD:S Equipment .cfg

http://forums.alliedmods.net/showthread.php?t=57143
Forum: Plugins 10-22-2009, 20:06
Replies: 10
Views: 18,121
Posted By ShadowMoses
Reserved Sprays

Reserved Sprays
Removes player spray unless they have reserved slot access.

Made this plugin because I was tired of chasing down bad player sprays constantly. Also it was an added benefit to my...
Forum: Unapproved Plugins 11-16-2008, 07:20
Replies: 166
Views: 75,562
Posted By ShadowMoses
Re: Bad name banning

That is odd, I can see it.

Anyway all you have to do is

Replace: ServerCommand("banid %i %i", bantime, playerId);
With: ServerCommand("sm_ban #%i %i \"%s\"", playerId, bantime, reason);
...
Forum: Unapproved Plugins 11-16-2008, 06:40
Replies: 166
Views: 75,562
Posted By ShadowMoses
Re: Bad name banning

Here you go stupidfool. This should work on SourceBans. Let me know if you have any problems.
Forum: Plugins 10-21-2008, 18:48
Replies: 69
Views: 50,145
Posted By ShadowMoses
Re: Pipe Bomb Model Changer (beer bottles, watermelons, etc.)

Haha, nice work Duke. Now if we can get someone to model chickens to shoot as rockets, that would be epic. I think of one movie. Hot Shots Part Duex.

Or perhaps a food fight mod lol.

But...
Forum: Plugins 10-02-2008, 00:28
Replies: 236
Views: 247,860
Posted By ShadowMoses
Re: Admin Sounds

Hey willy are you going to working on this plugin more? Some time ago I added the code to make the part of the topmenu so it would show up the way Mani did on the main menu. I was also going to add...
Forum: SourceBans / SourceBans++ 06-07-2008, 19:13
Replies: 3,141
Views: 1,985,642
Posted By ShadowMoses
Re: SourceBans (1.1.1b) (UPDATE)

For the server ID in the dark theme add this to
themes/sourcebans_dark/page_admin_servers_list.tpl

Add new line after <tr> on line 11:
<td class="front-module-header"...
Forum: SourceBans / SourceBans++ 06-07-2008, 17:39
Replies: 3,141
Views: 1,985,642
Posted By ShadowMoses
Re: SourceBans (1.1.1b) (UPDATE)

In your addons/sourcemod/configs/sourcebans/sourcebans.cfg make sure you have put the correct ServerID in your config. Also if you have -ip on your startup you must change AutoAddServer to 1 and put...
Forum: SourceBans / SourceBans++ 06-06-2008, 00:12
Replies: 3,141
Views: 1,985,642
Posted By ShadowMoses
Re: SourceBans (1.1.1b) (UPDATE)

Just thought I would try to help out on the banhistory references.

includes/system-functions.php
On line 647 in the function PruneBans()
function PruneBans()
{
$res =...
Forum: SourceBans / SourceBans++ 05-27-2008, 05:10
Replies: 3,141
Views: 1,985,642
Posted By ShadowMoses
Re: SourceBans (1.1.0) (UPDATE)

@eric: Open 'install/includes/struc.sql' in a text editor.

Remove the bottom line:
UPDATE `sb_admins` SET `aid` = '0' WHERE `authid` = 'STEAM_ID_SERVER';Drop everything in your sourcebans...
Forum: General 04-17-2008, 18:41
Replies: 662
Views: 331,526
Posted By ShadowMoses
Re: Sourcemod Webadmin

Thank you HSFighter I replied :).
Forum: General 04-17-2008, 17:08
Replies: 662
Views: 331,526
Posted By ShadowMoses
Re: Sourcemod Webadmin

I have verified all files. I even deleted all files then uploaded the rar and extracted while in remote on server. I still get the same error.
Forum: General 04-16-2008, 19:41
Replies: 662
Views: 331,526
Posted By ShadowMoses
Re: Sourcemod Webadmin

Hello,

I am having a problem getting this to work. After I run the setup.php and it creates the tables, I delete the setup.php then I get this error.

PHP Fatal error: Call to undefined...
Forum: Plugins 11-03-2007, 19:16
Replies: 236
Views: 247,860
Posted By ShadowMoses
Re: Admin Sounds

1. "cstrike" is the root directory unless said "sourcemod" root directory then it would be "cstrike/addons/sourcemod". The sounds go in the "sounds" folder in the "cstrike" folder or root...
Forum: News 10-21-2007, 08:34
Replies: 111
Views: 42,903
Posted By ShadowMoses
Re: What do you want to see next?

I completely agree with you on that Mongoose. I feel that stats are very useless. I have them on my servers using HLXstats just for my players, but I wouldn't really care to see sourcemod code them...
Forum: Plugins 10-11-2007, 21:17
Replies: 236
Views: 247,860
Posted By ShadowMoses
Re: Admin Sounds

Nice plugin dalto. I was also hoping that a cvar could be added to play the sounds if you are not too busy. Thank you for all that you do.

Regards,
Shadow
Forum: Plugins 07-28-2007, 05:48
Replies: 504
Views: 532,187
Posted By ShadowMoses
Re: SM Super Commands

Slay is in the latest build of sourcemod. (ex... "/slay <playername>")
Forum: Unapproved Plugins 07-27-2007, 17:08
Replies: 57
Views: 35,644
Posted By ShadowMoses
Re: Knife Warmup

Nice work Mike! Maybe you could add an option for nades as well when you get time.
Forum: Unapproved Plugins 07-23-2007, 20:40
Replies: 421
Views: 270,268
Posted By ShadowMoses
Re: SM Super Menu

Any way you could make this compatible with Insurgency?
Forum: Plugin/Gameplay Ideas and Requests 07-20-2007, 02:21
Replies: 27
Views: 6,219
Posted By ShadowMoses
Re: [REQ] Skins

Is there any word on someone interested in making this plugin? I wish I could, but I am not that good yet. ;)
Forum: News 07-16-2007, 22:58
Replies: 4
Views: 6,627
Posted By ShadowMoses
Re: Feature Lock and Latest Additions

Thank you for everything that you guys do for the community. If there is anything I can do to help let me know.

Regards,

Shadow
Showing results 1 to 25 of 28

 
Forum Jump

All times are GMT -4. The time now is 09:19.


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