naydef

Results 34 issues of naydef

Cause is wrong `CTFPlayer::m_aObjects` offset. Diff: ```diff @@ -41,7 +41,7 @@ "windows" { "signature" "CTFPlayer::AddObject()" - "offset" "37" + "offset" "53" } } "offsetof(CTFPlayer::m_flRespawnTimeOverride)" ```

# Bug description ``` L 05/05/2024 - 13:29:24: [SM] Exception reported: Property "m_iItemDefinitionIndex" not found (entity 0/worldspawn) L 05/05/2024 - 13:29:24: [SM] Blaming: Gameplay/RTD/rtd.smx L 05/05/2024 - 13:29:24: [SM] Call...

bug
perk :: mercs die twice

Fix diff: ```diff ------------ addons/sourcemod/scripting/freak_fortress_2/weapons.sp ------------ index 6ef13a2b..1c9529bd 100755 @@ -306,6 +306,7 @@ void Weapons_ShowChanges(int client, int entity) { CPrintToChat(client, "%t%s:", "Prefix", localizedWeaponName); } + delete kv; } else #endif...

bug

## Description Basically this won't work at all: ``` "sound_lastman" { "freak_fortress_2/gangplank/gang_last.mp3" { "time" "36" "artist" "Klaus Badelt" "name" "He's a Pirate" "volume" "2.0" } } ``` ## Fix ```diff...

bug

# Bug description ``` L 05/25/2024 - 21:00:55: [SM] Exception reported: Client index 392 is invalid L 05/25/2024 - 21:00:55: [SM] Blaming: Gameplay\RTD\rtd.smx L 05/25/2024 - 21:00:55: [SM] Call stack...

bug

That's one issue I introduced, it seems ## Fix ```diff @@ -2787,7 +2787,6 @@ public Action Timer_RemoveItem(Handle timer, DataPack pack) void Rage_CloneAttack(int client, ConfigData cfg) { int team = GetClientTeam(client);...

bug

## Description ``` L 08/23/2024 - 21:28:32: [SM] Exception reported: Client index 0 is invalid L 08/23/2024 - 21:28:32: [SM] Blaming: freak_fortress_2.smx L 08/23/2024 - 21:28:32: [SM] Call stack trace:...

bug

## Description ``` L 08/22/2024 - 14:39:39: [SM] Exception reported: Element -1 is out of bounds (Prop m_nStreaks has 4 elements). L 08/22/2024 - 14:39:39: [SM] Blaming: freak_fortress_2.smx L 08/22/2024...

bug

## Description ``` L 08/20/2024 - 23:05:40: [SM] Exception reported: Client 3 is not in game L 08/20/2024 - 23:05:40: [SM] Blaming: freak_fortress_2.smx L 08/20/2024 - 23:05:40: [SM] Call stack...

bug

# Bug description Seemingly on server shutdown the following errors get printed in logs (yes, those are custom RTD effect plugins): ``` L 08/28/2024 - 04:01:59: [SM] Blaming: Gameplay\RTD\Extra\cnecgaming_rtd_perks.smx L...

bug