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

Showing results 1 to 25 of 29
Search took 0.01 seconds.
Search: Posts Made By: Fraggor
Forum: General 01-24-2024, 18:13
Replies: 13
Views: 2,624
Posted By Fraggor
Re: [L4D2] how do i change the hunter jump speed

These cvars might be what you're looking for

z_lunge_interval
z_lunge_cooldown
hunter_pounce_air_speed
z_pounce_crouch_delay
Forum: Plugins 11-07-2023, 20:04
Replies: 16
Views: 7,972
Posted By Fraggor
Re: [L4D2] Transition Info Fix

May I Ask, what makes you so sure that this issue is caused by this plugin Specifically?, there's nothing in that log snippet that mentions any plugin.
is it possible to replicate those issues with...
Forum: Plugins 11-07-2023, 18:34
Replies: 6
Views: 2,799
Posted By Fraggor
Re: [L4D1 & L4D2] Kick Special Infected Bots After Death [v1.0.1 | 03-November-2023]

You can "skip" the tank's death animation by setting the cvar z_tank_incapacitated_health to 0, I think it has the same exact effect as to your method
SetEntProp(client, Prop_Data, "m_iHealth", 0);...
Forum: Scripting 11-05-2023, 13:22
Replies: 2
Views: 840
Posted By Fraggor
Re: L4D1 Hook scoreboard and surpress it completely

Do you know any plugin that does this?
Forum: Plugins 10-30-2023, 15:37
Replies: 227
Views: 152,518
Posted By Fraggor
Re: [L4D2] Explosive Cars v1.0.4

Many thanks for the improvements, I love this plugin, it's a great way to create chaos.
Am wondering about a couple of things:
1. what is the reason for the time interval?
g_GameExplodeTime =...
Forum: Scripting 10-22-2023, 21:10
Replies: 2
Views: 846
Posted By Fraggor
Re: [L4D2] "m_iClip1" net_prop's value for "rifle_m60" has a max value of 255

Many thanks for the correction, you're absolutely correct.

I've Just dumped the net_props of a Windows binary, and just like you wrote it's the size of a byte
I was looking at the dumps of a...
Forum: Metamod:Source Plugins 10-22-2023, 20:55
Replies: 1,528
Views: 1,717,850
Posted By Fraggor
Re: L4DToolZ Metamod plugin (l4d1 & l4d2)

Appreciate the information, However it's not very clear to me what actually works in your case

is the solution is:
- that the random players (4+) can join the server through the matchmaking...
Forum: Plugins 10-21-2023, 16:13
Replies: 39
Views: 27,618
Posted By Fraggor
Re: [L4D2] Proper Changelevel [Left 4 Fix] [17/11/2019]

Based on your testing, the issue seems to be that the server is using script command to execute Vscripts (which will leak memory over time).
So the question is: if we replace the script with...
Forum: Plugins 10-21-2023, 06:46
Replies: 281
Views: 124,427
Posted By Fraggor
Re: [L4D & L4D2] Mission and Weapons - Info Editor (1.24) [19-Sep-2023]

Hi, according to the plugin's description:

Yet there's no mention or even example on how to modify key/values in gamemodes.txt file.

for example I successfully changed the "maxplayers" value in...
Forum: Scripting 10-21-2023, 05:39
Replies: 2
Views: 846
Posted By Fraggor
[L4D2] "m_iClip1" net_prop's value for "rifle_m60" has a max value of 255

Hi, in the net_props and data_maps dumps, the type of the member "m_iClip1" is 4Bytes 1-Byte, yet when using a value above 255 (the max value that a boolean variable can represent) it seems to...
Forum: Plugins 10-21-2023, 04:30
Replies: 11
Views: 5,858
Posted By Fraggor
Re: [L4D1/L4D2]noteam_nudging

Hi, I recently found that survivor bots can be stopped being nudged by players or by other survivor bots, by setting the cvar "sb_pushscale" to 0

@smxclj123, @Lux


it's this cvar...
Forum: Source Servers (SRCDS) 09-28-2023, 18:45
Replies: 6
Views: 6,397
Posted By Fraggor
Re: SRCDS windows output redirection

Here's a snippet of my srcds_launch.bat, please read the comments and feel free to point out any incorrect information

@echo off

set "CURRENT_DIR=%~dp0"

set "INIT=-console -steam -usercon...
Forum: Source Servers (SRCDS) 09-28-2023, 18:12
Replies: 6
Views: 1,899
Posted By Fraggor
Re: Master server list pollution

This might help https://github.com/Ballganda/css-server-blacklist
I'm not the repo's author
Forum: Plugins 05-28-2023, 19:32
Replies: 1,412
Views: 1,116,557
Posted By Fraggor
Re: [L4D(2)] SuperVersus [1.5.4]

Many thanks for the quick fix.
Oh and btw FindUselessSurBot(...), is a perfect representation of vanilla bots :lol:
Forum: Suggestions / Requests 05-28-2023, 18:48
Replies: 1
Views: 544
Posted By Fraggor
Re: Request Plugin Block "[Player] is now idle." Message in L4D2

this is just a stripped down version of bequite plugin by sirplease (all credits goes to them)


// this is a fork from 'bequite' plugin

#pragma semicolon 1
#pragma newdecls required
...
Forum: Plugins 05-28-2023, 15:51
Replies: 1,412
Views: 1,116,557
Posted By Fraggor
Re: [L4D(2)] SuperVersus [1.5.4]

Greate modification, rock solid so far, However I'd like to report an error.
am using latest version from GH (1.11.5)
gamedata Signatures are also the latest
the server binary is Windows
...
Forum: Plugins 11-29-2022, 00:50
Replies: 105
Views: 36,202
Posted By Fraggor
Re: [L4D2] Statistic and Ranking System (SRS) [v2.5 | 17 March 2022]

This seems to be what i described, here's my modified ClientScheme (https://pixeldrain.com/api/file/ta4QtEW2?download) you can use it as is, or modify it to your liking, please note that it will...
Forum: Plugins 11-27-2022, 17:31
Replies: 105
Views: 36,202
Posted By Fraggor
Re: [L4D2] Statistic and Ranking System (SRS) [v2.5 | 17 March 2022]

@Tivil, do you mean the text in the screenshot (figure 2) ?
If that's the case, it seems that the plugin is utilizing the "PrintCenterText()" native, so what ever font is used to print the text is...
Forum: Plugins 11-25-2022, 11:40
Replies: 1,753
Views: 1,012,233
Posted By Fraggor
Re: [L4D/L4D2] Infected Bots Control (1.0.0)

You're welcome, am glad that i could "help".
Forgot to mention that the plugin won't compile, the compiler complains about C_PrintTo*
using latest muticolors.inc...
Forum: Plugins 11-23-2022, 20:29
Replies: 1,753
Views: 1,012,233
Posted By Fraggor
Re: [L4D/L4D2] Infected Bots Control (1.0.0)

Hi @HarryPotter, thanks for the nice fork, works great. Anyway while using the latest version v2.7.7, I've found a small issue:

To reproduce the bug:

1. Be on survivor team
2. Get pinned...
Forum: Plugins 11-22-2022, 13:31
Replies: 37
Views: 28,409
Posted By Fraggor
Re: [L4D & L4D2] Special Infected Ability Movement (1.9) [02-Feb-2022]

Hi @Silvers, many thanks for this great plugin, the movement is way smother than other similar plugins
However, in the latest version (1.9) there's a small but confusing bug

I've taken a quick...
Forum: New Plugin Submissions 01-02-2022, 21:37
Replies: 34
Views: 18,781
Posted By Fraggor
Re: VIP System

Many Thanks @Supremache,appreciate the effort, Sorry for the late Reply, was a bit busy lately.
Forum: New Plugin Submissions 12-23-2021, 03:14
Replies: 34
Views: 18,781
Posted By Fraggor
Re: VIP System

[/QUOTE]
sorry that's a reapi parameter for the function rg_give_item link (https://amxx-bg.info/api/reapi_gamedll_const)

[/QUOTE]
idk it would be just faster/easier if you just pressed one...
Forum: New Plugin Submissions 12-22-2021, 06:37
Replies: 34
Views: 18,781
Posted By Fraggor
Re: VIP System

thanks, i like the result so far, the config is pretty customizable, can you add in the "CustomWeapons.ini" something like:

- ability to change weapon giving method eg. GT_DROP_AND_REPLACE
-...
Forum: Suggestions / Requests 12-21-2021, 07:37
Replies: 7
Views: 2,730
Posted By Fraggor
Re: Death Effect Plugin!

@aNTicheaterx. can you share it please ?
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT -4. The time now is 01:15.


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