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

Showing results 1 to 25 of 174
Search took 0.01 seconds.
Search: Posts Made By: SilentLikeSilence
Forum: Plugin/Gameplay Ideas and Requests 05-23-2010, 08:22
Replies: 6
Views: 14,810
Posted By SilentLikeSilence
Re: Anti DoS attack plugin?

Give a try for daf (http://www.sourceop.com/modules.php?name=Downloads&d_op=viewdownload&cid=9)
Forum: Scripting 04-04-2010, 12:27
Replies: 4
Views: 1,502
Posted By SilentLikeSilence
Re: Ignite problem!

#include <sourcemod>
#include <sdktools>

public OnPluginStart()
{
HookEvent("player_hurt", Event_PlayerHurt);
}

public Action:Event_PlayerHurt(Handle:event, const String:name[],...
Forum: Plugin/Gameplay Ideas and Requests 04-03-2010, 12:05
Replies: 2
Views: 3,941
Posted By SilentLikeSilence
Re: Premium Mod for CSS ?

Thsi plugin is not finished(basic system is), I need to add more features.

Current ones are:
-Personal welcome
-16000$ at spawn
-AK47 or M4A1 at spawn
-10hp for every kill
-3 grenades at...
Forum: Plugins 04-02-2010, 04:45
Replies: 26
Views: 62,241
Posted By SilentLikeSilence
Re: Unlimited Ammo

Okay, it should work with l4d games too. Could you test it? Because I don't have l4d servers.

Thanks, John
Forum: Plugins 03-27-2010, 12:24
Replies: 26
Views: 62,241
Posted By SilentLikeSilence
Re: [TF2] Unlimited Ammo

In order

1, I will add one

2, You can't use the webcompiler to recompile that script because it uses SDK Hooks (http://forums.alliedmods.net/showthread.php?p=1016218), download latest sourcemod...
Forum: Unapproved Plugins 03-14-2010, 12:46
Replies: 440
Views: 162,197
Posted By SilentLikeSilence
Re: Advertisements - MySQL Updated 2/5/09

Any idea why does the plugin prints more adverts at once?
Forum: Plugins 03-12-2010, 12:26
Replies: 26
Views: 62,241
Posted By SilentLikeSilence
[TF2] Unlimited Ammo

[TF2] Unlimited Ammo

Installation:
Put unlimited_ammo.smx into /tf/addons/sourcemod/plugins/.

Cvars:
sm_unlimitedammo_enable
sm_unlimitedammo_adminonly

Cfg is automatically created on the...
Forum: Plugins 02-13-2010, 10:41
Replies: 204
Views: 96,071
Posted By SilentLikeSilence
Re: SM Bank Mod: MySQL

Could someone fix this plugin? (There isn't any working bank plugin for css currently)


[bank.smx] Query failed! Lost connection to MySQL server during query
[SM] Native "SQL_FetchRow" reported:...
Forum: Unapproved Plugins 02-06-2010, 06:13
Replies: 131
Views: 81,839
Posted By SilentLikeSilence
Re: Simple Team Balancer

I downloaded the zip from the OP and reinstalled all files 3 times, but I'm getting the same error in the log.

Where can I download the other one? (didn't find it here...
Forum: Unapproved Plugins 02-05-2010, 11:21
Replies: 131
Views: 81,839
Posted By SilentLikeSilence
Re: Simple Team Balancer

[SM] Unable to load plugin "simple-teambalancer.smx": Native "SM_IsValidAdmin" was not found

SM_IsValidAdmin can be found in the .inc.
Any idea what can cause this problem?
Forum: General 01-09-2010, 12:55
Replies: 18
Views: 3,625
Posted By SilentLikeSilence
Re: Map change Error.

#16 (http://forums.alliedmods.net/showthread.php?t=110019&page=2)
#10 (http://forums.alliedmods.net/showthread.php?t=110089)
Forum: General 01-09-2010, 06:34
Replies: 18
Views: 3,625
Posted By SilentLikeSilence
Forum: General 01-09-2010, 05:35
Replies: 18
Views: 3,625
Posted By SilentLikeSilence
Re: Map change Error.

Why?

Your server won't change maps till you don't remove it.
Forum: General 01-09-2010, 05:07
Replies: 18
Views: 3,625
Posted By SilentLikeSilence
Re: Map change Error.

Do not use EventScripts...
Forum: General 01-08-2010, 12:25
Replies: 102
Views: 18,162
Posted By SilentLikeSilence
Re: Steam/TF2 Update Today - Servers Crashing Alot

I'm using dev mm and sm with basic plugins on windows and no crashes.
Forum: Unapproved Plugins 01-03-2010, 05:19
Replies: 60
Views: 69,058
Posted By SilentLikeSilence
Re: [TF2] Chat Tag

Which game is it?

http://i872.photobucket.com/albums/ab290/John_Balogh/Root_Dir/chattag.jpg?t=1262514973
Plugin works for me. (tested on css and tf2)
Forum: General 01-02-2010, 09:56
Replies: 1
Views: 830
Posted By SilentLikeSilence
Re: help needed

"mp_disable_respawn_times 1" means instant respawn

You need to set it to 0 to enable respawn times.

So:
mp_disable_respawn_times 0
mp_respawnwavetime 10
Forum: Unapproved Plugins 12-29-2009, 03:07
Replies: 32
Views: 40,159
Posted By SilentLikeSilence
Re: [TF2] Unlimited Ammo Plugin

I have a similar plugin and I did a fix too (check valid entity, and check if weapon is an unlock), but it still crashing...

It's since the update came out.


L 12/27/2009 - 10:36:08: [SM]...
Forum: Scripting 12-28-2009, 12:44
Replies: 13
Views: 3,783
Posted By SilentLikeSilence
Re: Find weapon clip size?

Store the clip size when the client spawns.
Forum: Unapproved Plugins 12-28-2009, 12:31
Replies: 60
Views: 69,058
Posted By SilentLikeSilence
Re: [TF2] Chat Tag

Updated, see the first post.
Forum: Scripting 12-28-2009, 12:12
Replies: 13
Views: 3,783
Posted By SilentLikeSilence
Re: Find weapon clip size?

offset = FindSendPropInfo("CBaseCombatWeapon", "m_iClip1");
Forum: Scripting 12-28-2009, 11:38
Replies: 13
Views: 3,783
Posted By SilentLikeSilence
Re: Find weapon clip size?

GetEntData(weaponIndex, offset, size);
Forum: Scripting 12-26-2009, 14:43
Replies: 9
Views: 3,540
Posted By SilentLikeSilence
Forum: Scripting 12-26-2009, 10:52
Replies: 9
Views: 3,540
Posted By SilentLikeSilence
How to check if client doesn't have a flag

Hello!

I'm making a plugin and I want to distinguish admins and donators.



new flags = GetUserFlagBits(client);

//Admins (have generic flag and kick flag)
if(flags & ADMFLAG_GENERIC &&...
Forum: Scripting 12-23-2009, 17:52
Replies: 4
Views: 1,500
Posted By SilentLikeSilence
Re: chat colour red and blue

#include <colors>

CPrintToChatEx(client, client, "{team}[RP] \x04- Press <ESC> to access the menu");
Showing results 1 to 25 of 174

 
Forum Jump

All times are GMT -4. The time now is 16:43.


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