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

Showing results 1 to 25 of 113
Search took 0.01 seconds.
Search: Posts Made By: TheHardstyleBro
Forum: Extensions 10-17-2012, 08:42
Replies: 143
Views: 121,457
Posted By TheHardstyleBro
Forum: Plugin/Gameplay Ideas and Requests 10-16-2012, 06:57
Replies: 3
Views: 1,005
Posted By TheHardstyleBro
Re: [CS:GO]A proper Autoteambalancer

Plugin search . http://www.sourcemod.net/plugins.php

I already found this one:
https://forums.alliedmods.net/showthread.php?p=1080540
Forum: Plugin/Gameplay Ideas and Requests 10-16-2012, 06:56
Replies: 2
Views: 1,296
Posted By TheHardstyleBro
Forum: SourceBans / SourceBans++ 10-16-2012, 04:23
Replies: 8
Views: 4,020
Posted By TheHardstyleBro
Re: sm_addban - change rcon flag

Can you guys please talk english ? Or put an english translation under it

Btw, Use admin_overrides.cfg

Overrides
{
"sm_ban" "z"
}
...
Forum: Plugins 10-15-2012, 10:31
Replies: 6
Views: 6,756
Posted By TheHardstyleBro
Re: [CSS] Hostage Mod

Well unapprove this

First of all its french
Second of all it doesn't have any description
Third of all what the heck does it help the gameplay
Forum: Scripting 10-12-2012, 10:49
Replies: 4
Views: 848
Posted By TheHardstyleBro
Re: Where I can found all weapons names for css?

http://wiki.alliedmods.net/Events_%28SourceMod_Scripting%29#Sending_Events
Forum: SourceBans / SourceBans++ 10-12-2012, 10:47
Replies: 8
Views: 4,068
Posted By TheHardstyleBro
Re: Banning in Game....player not kicked.

Wierd, never had problems with it
Forum: Plugins 10-12-2012, 10:42
Replies: 1,919
Views: 916,612
Posted By TheHardstyleBro
Re: [CS:S, TF2, CS:GO] Stamm 2.03 Final (VIP Level Mod)

I am using it for my community's server

Tip: Custom Chat Colors
Forum: Scripting 10-12-2012, 10:15
Replies: 4
Views: 848
Posted By TheHardstyleBro
Re: Where I can found all weapons names for css?

https://forums.alliedmods.net/showthread.php?t=175383
http://forums.alliedmods.net/showthread.php?t=155477
https://forums.alliedmods.net/showthread.php?t=94946

Maybe read them cause I'm not...
Forum: SourceBans / SourceBans++ 10-12-2012, 10:06
Replies: 8
Views: 4,068
Posted By TheHardstyleBro
Re: Banning in Game....player not kicked.

25 "(LBD) SourceBans" (1.4.9) by SourceBans Development Team, with optional Limit Ban Duration support.

You're not even using sourcebans?

At least an stable 1.4.10
Forum: Plugins 10-12-2012, 03:37
Replies: 16
Views: 11,266
Posted By TheHardstyleBro
Re: Colored Text Commands

#include <regex>
#include <scp>
#include <morecolors>
new const String:PLUGIN_VERSION[10] = "1.1.0.SCP";
new Handle:hRegex = INVALID_HANDLE;

public Plugin:myinfo =
{
name = "[Any] Arbitrary...
Forum: Plugin/Gameplay Ideas and Requests 10-12-2012, 03:09
Replies: 5
Views: 1,380
Posted By TheHardstyleBro
Re: [REQ] Modified Advertisements plugin

http://forums.alliedmods.net/showthread.php?t=167815

Config:

"auto_responses"
{
"!spam"
{
"match" "exact"
"type" "static"
Forum: Plugin/Gameplay Ideas and Requests 10-12-2012, 03:04
Replies: 8
Views: 3,431
Posted By TheHardstyleBro
Re: [req] !spec or !spectate yourself

Oh I always used #pragma :p
Forum: Plugin/Gameplay Ideas and Requests 10-11-2012, 11:26
Replies: 17
Views: 5,182
Posted By TheHardstyleBro
Re: [CSS] RPG Admin Logs

Then I dont know
Forum: Plugin/Gameplay Ideas and Requests 10-11-2012, 11:02
Replies: 17
Views: 5,182
Posted By TheHardstyleBro
Re: [CSS] RPG Admin Logs

LogAction(client, -1, "[THC RPG] Level of %s has set to %i by: %s", name, newlevel, adminname);
Forum: SourceBans / SourceBans++ 10-11-2012, 10:39
Replies: 3
Views: 3,659
Posted By TheHardstyleBro
Re: Restricting Admins to non permanent bans

Remove unban flag


// Get the ban time
GetCmdArg(2, buffer, sizeof(buffer));
new time = StringToInt(buffer);
if(!time && client && !(CheckCommandAccess(client, "sm_unban",...
Forum: Plugin/Gameplay Ideas and Requests 10-11-2012, 05:36
Replies: 8
Views: 3,431
Posted By TheHardstyleBro
Re: [req] !spec or !spectate yourself

#pragma semicolon 1

#include <sourcemod>
#include <sdktools>

public Plugin:myinfo =
{
name = "Team Swap",
author = "The.Hardstyle.Bro^_^",
description = "!spec command",
Forum: Scripting 10-11-2012, 04:43
Replies: 7
Views: 2,769
Posted By TheHardstyleBro
Re: First time scripting error

You forgot something to close with an }
Forum: Plugin/Gameplay Ideas and Requests 10-11-2012, 03:00
Replies: 8
Views: 3,431
Posted By TheHardstyleBro
Re: [req] !spec or !spectate yourself

#pragma semicolon 1

#include <sourcemod>
#include <sdktools>

public Plugin:myinfo =
{
name = "Team Swap",
author = "The.Hardstyle.Bro^_^",
description = "!spec command",
Forum: Scripting 10-10-2012, 15:43
Replies: 1
Views: 623
Posted By TheHardstyleBro
Re: Setting a gametype/gamemode?

Search before you ask
http://forums.alliedmods.net/showthread.php?t=193883

Else use the latest snapshot

http://code.google.com/p/zombiereloaded/source/checkout?repo=zr-3-0-b2
Forum: Plugin/Gameplay Ideas and Requests 10-10-2012, 15:42
Replies: 17
Views: 5,182
Posted By TheHardstyleBro
Re: [CSS] RPG Admin Logs

Sorry im not good with the parameters like %s, %i

And the friend of you must used rcon cause I dont see what's wrong

Else try this:


LogAction(client, -1, "[THC RPG] Level of %s has set to...
Forum: Plugins 10-10-2012, 15:21
Replies: 16
Views: 11,266
Posted By TheHardstyleBro
Re: Colored Text Commands

It's very easy to add color's

Look at the morecolors.inc file and you will see all the colors that u can script ;)
Forum: Plugins 10-10-2012, 15:20
Replies: 211
Views: 85,739
Posted By TheHardstyleBro
Re: [ANY] SM Warn 1.0.3

"warn_resetwarn_adminmenu_title"
{
"#format" ""
"en" "Reset player"
"fr" ""
"de" ""
"sv" "Återställ spelare"
"nl" "Reset speler"
}
Forum: Plugin/Gameplay Ideas and Requests 10-10-2012, 13:53
Replies: 17
Views: 5,182
Posted By TheHardstyleBro
Re: [CSS] RPG Admin Logs

No, lol why should I do it? Cause u can look at my admincmds

Just CTRL+F logaction
If you're too lazy for it, so am I then
Forum: Plugin/Gameplay Ideas and Requests 10-10-2012, 13:23
Replies: 17
Views: 5,182
Posted By TheHardstyleBro
Re: [CSS] RPG Admin Logs

admincmds.inc
Showing results 1 to 25 of 113

 
Forum Jump

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


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