This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 31
Search took 0.04 seconds.
Search: Posts Made By: Fraggor
Forum: Plugins 06-01-2024, 20:36
Replies: 19
Views: 8,762
Posted By Fraggor
Re: [L4D2] Transition Info Fix

@HarryPotter (https://forums.alliedmods.net/member.php?u=281812)

I tried to replicate the bug by using multiple clients and connecting to the same server
launching the clients with left4dead2.exe...
Forum: Plugins 06-01-2024, 20:28
Replies: 19
Views: 8,762
Posted By Fraggor
Re: [L4D2] Transition Info Fix

@fdxx (https://forums.alliedmods.net/member.php?u=304771) is that IDA's decompiler pseudo-code?, how did you make so readable?, I mean cvars i.e., z_transitioning_players_remove are present, the...
Forum: General 01-24-2024, 18:13
Replies: 13
Views: 2,919
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: 19
Views: 8,762
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: 3,157
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: 909
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: 154,428
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: 912
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,591
Views: 1,749,688
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: 28,442
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: 286
Views: 130,920
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: 912
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: 6,192
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,614
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,977
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,134,073
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: 595
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,134,073
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: 106
Views: 38,589
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: 106
Views: 38,589
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,756
Views: 1,030,629
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,756
Views: 1,030,629
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: 29,200
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: 19,436
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: 19,436
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...
Showing results 1 to 25 of 31

 
Forum Jump

All times are GMT -4. The time now is 11:49.


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