Raised This Month: $7 Target: $400
 1% 

Showing results 1 to 25 of 500
Search took 0.01 seconds.
Search: Posts Made By: HSFighter
Forum: Scripting 11-28-2022, 16:01
Replies: 7
Views: 790
Posted By HSFighter
Re: Stop Timer before Callback

Thank you very much :up:
Forum: Scripting 11-21-2022, 15:20
Replies: 7
Views: 790
Posted By HSFighter
Stop Timer before Callback

Hello,
i try to stop a timer before the callback begins.
Handle g_hCTimer = INVALID_HANDLE;

public void OnPluginStart()
{
g_hCTimer = CreateTimer(60.0, Timer_Cooldown);
}

public...
Forum: Scripting 11-05-2022, 20:06
Replies: 1
Views: 657
Posted By HSFighter
[BM] Weapon Slot in Black-Mesa Source

Hello, i am trying to hook players weapons slots in Black-Mesa Source.

...
for (new slot = 0; slot <= 5; slot++)
{
new ent = GetPlayerWeaponSlot(client, slot);
if (ent != -1)
{
...
Forum: Plugins 11-02-2022, 19:21
Replies: 501
Views: 167,818
Posted By HSFighter
Re: [ANY] Little Anti-Cheat

OK, thank you. I will report...
Forum: Plugins 10-18-2022, 14:30
Replies: 501
Views: 167,818
Posted By HSFighter
Re: [ANY] Little Anti-Cheat

First of all: Great job J_Tanzanite.

Has anyone experience with Lilac on a "Black-Mesa DM" server?
I ask for a friend :wink:

In theory it should work, or not?
Forum: Plugins 02-27-2021, 17:19
Replies: 501
Views: 167,818
Posted By HSFighter
Re: [ANY] Little Anti-Cheat

@J_Tanzanite (https://forums.alliedmods.net/member.php?u=287291): Thank you for this nice Plugin *TOP* :up:
Forum: SourceMod Anti-Cheat 01-08-2021, 10:27
Replies: 0
Views: 5,746
Posted By HSFighter
Old movement command buttons zero

Hello,

after install SMAC v0.8.7.3, i get strange detections from the "smac_eyetest.smx" on my CS:GO Server.

...was banned for tampering with an old movement command (buttons). Detection #5 |...
Forum: Plugin/Gameplay Ideas and Requests 07-04-2016, 05:43
Replies: 2
Views: 839
Posted By HSFighter
Re: Server Status Plugin

Hi Mr.Freeman,

i wrote exacly this plugin some time ago for our Community.

Feel free to use it.

Edit Line 13 to change your Database similar to entry in "databases.cfg".
Forum: Metamod:Source Plugins 05-21-2016, 05:18
Replies: 1,843
Views: 1,258,305
Posted By HSFighter
Re: Stripper:Source (Updated 2011-04-15)

Black mesa support will be amazing.
Forum: Scripting 02-22-2016, 19:23
Replies: 2
Views: 710
Posted By HSFighter
Re: Attach float value to weapons

Very interesting. i try it.

Thank you KissLick (https://forums.alliedmods.net/member.php?u=210752) :bacon!:
Forum: Scripting 02-22-2016, 16:16
Replies: 2
Views: 710
Posted By HSFighter
Attach float value to weapons

Hello people,

i try to attach a float value to a weapon.

new String:g_WeaponNames[3][16] = { "weapon_a", "weapon_b", "weapon_c"};
new Float:num[3] = {1.0, 2.0, 3.0};

public...
Forum: Plugins 02-12-2016, 01:01
Replies: 927
Views: 640,917
Posted By HSFighter
Re: Connect Announce

Hi Arg!,

support for "[INC] More Colors (https://forums.alliedmods.net/showthread.php?t=185016) by Dr. McKay (https://forums.alliedmods.net/member.php?u=150845)" will be a nice feature.
Forum: Plugins 02-04-2016, 18:58
Replies: 14
Views: 13,534
Posted By HSFighter
Re: [ANY] Trigger Mapentity

Trigger Mapentity 1.1.0 is released!

@SHAREN
Thx for the fix.
I add access for CS (e.g. only the CT can use triggers).

@ddhoward:
I have no idea how i can trigger nameless entitys.
...
Forum: SourceMod Anti-Cheat 09-11-2015, 15:21
Replies: 13
Views: 6,821
Posted By HSFighter
Re: Kinda know this guy, to me it seems legit

Seems like a valid detection.
Forum: Plugins 09-05-2015, 17:34
Replies: 2,079
Views: 1,074,323
Posted By HSFighter
Re: AFK Manager (Version 3.6.0 / Updated September 4th 2015)

After Update to 3.6.0 the Plugin try to kick the SourceTV Bot and spam up the chat.

L 09/05/2015 - 22:55:06: [afk_manager.smx] SrcTV<2><BOT><> was kicked for being AFK too long.
L 09/05/2015 -...
Forum: Plugins 04-11-2015, 05:44
Replies: 54
Views: 33,639
Posted By HSFighter
Re: [ANY] Kill Death Ratio Checker

It is up to SourceBans!

Should be fixed in SB FORK from (https://forums.alliedmods.net/showthread.php?t=251591)Sarabveer (https://forums.alliedmods.net/showthread.php?t=251591).

BUG-Info:...
Forum: CS:S DM 03-11-2015, 14:01
Replies: 4
Views: 16,225
Posted By HSFighter
Re: Sourcemod 1.7 and 1.6

Thank you Dr!fter :)
Forum: Plugins 03-11-2015, 13:59
Replies: 430
Views: 254,316
Posted By HSFighter
Re: VAC Status Checker (v.1.4.3 3/8/15)

Small futurerequest:

Include steamWorks.

public SteamWorks_OnValidateClient(ownerauthid, authid)
{

}Then is possible to check if a Family Sharing Owner has a VAC Ban.

Else very nice...
Forum: CS:S DM 02-24-2015, 09:25
Replies: 10
Views: 4,367
Posted By HSFighter
Re: Looping server dm

Me too.
When you find it, please tell us :wink:
Forum: CS:S DM 02-17-2015, 18:50
Replies: 1
Views: 1,793
Posted By HSFighter
Re: Help how to prevent round draw

Very old thread, but maybe it will help others:

Use: Stripper Source (http://www.bailopan.net/stripper/)to strip hostages and bomb places.


filter:
{
"classname" "/.*bomb.*/"
} ...
Forum: CS:S DM 02-15-2015, 19:29
Replies: 10
Views: 4,367
Posted By HSFighter
Re: Looping server dm

Is there any chance to release a fixed CS:S-DM version for SM 1.7 ?
Or is there a location where I can download it?

Thank you for the effort.
Forum: CS:S DM 02-15-2015, 11:53
Replies: 1
Views: 1,625
Posted By HSFighter
Re: Specific Map Deathmatch

Hi, try this:

Link: http://www.bailopan.net/cssdm/index.php?page=faq

You can use this plugin (https://forums.alliedmods.net/showthread.php?p=607079) to disbale CSS:DM on specific map.
Forum: Plugins 02-08-2015, 12:52
Replies: 90
Views: 80,721
Posted By HSFighter
Re: SourceBans Checker

Small futurerequest:

Is it possible to show the banreason when a player with prior bans connects?

Otherwise an admin must always type "sm_listsbbans" in the console.

Thank you for the effort.
Forum: Plugins 11-26-2014, 17:45
Replies: 115
Views: 67,718
Posted By HSFighter
Re: [ANY] Smacbans 0.2.0 (Updated 2013/05/13)

This plugin dount add bans to the list!
Forum: Plugins 10-04-2014, 16:10
Replies: 2,589
Views: 963,824
Posted By HSFighter
Re: [CS:GO] Deathmatch Goes Advanced (v0.12.0, 2014-09-21)

Small Question:

Always i spawn after death the welcome-message is poping up.
How can i solve this problem?





Thanks you for the effort.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 06:38.


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