Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $
Target: $400
0%
Page 1 of 7
1
2
3
>
Last
»
Showing results 1 to 25 of 163
Search took
0.01
seconds.
Search:
Posts Made By:
sorallll
Forum:
General
06-27-2022, 15:31
Replies:
5
Solved
[L4D2] Common limits don't work in finales
Views:
260
Posted By
sorallll
Re: [L4D2] Common limits don't work in finales
l4d2_director_commonlimit_block (https://github.com/SirPlease/L4D2-Competitive-Rework/blob/master/addons/sourcemod/scripting/l4d2_director_commonlimit_block.sp)
Forum:
Unapproved Plugins
05-29-2022, 18:33
Replies:
3
[L4D & L4D2] Drop Secondary Weapons on Death (1.1) [29-May-2022]
Views:
504
Posted By
sorallll
Re: [L4D2] Drop Melee Weapon on Death (1.0) [29-May-2022]
This plugin (https://forums.alliedmods.net/showpost.php?p=2771623&postcount=32) should do what you want
Forum:
Plugins
05-17-2022, 10:04
Replies:
33
[L4D2] Drop Secondary (v1.4/1.6, 26-11-19)
Views:
17,290
Posted By
sorallll
Re: [L4D2] Drop Secondary (v1.4/1.6, 26-11-19)
#pragma semicolon 1
#pragma newdecls required
#include <sourcemod>
#include <sdkhooks>
#define GAMEDATA "drop_secondary"
int
g_iOff_m_hHiddenWeapon;
Forum:
Plugin/Gameplay Ideas and Requests
05-04-2022, 04:29
Replies:
6
Solved
[L4D2] Special Infected Health Display
Views:
343
Posted By
sorallll
Re: [L4D2] Special Infected Health Display
https://forums.alliedmods.net/showpost.php?p=2650010&postcount=19
Forum:
Plugins
04-27-2022, 13:26
Replies:
18
[L4D2]Zombie Spawn Fix
Views:
6,233
Posted By
sorallll
Re: [L4D2]Zombie Spawn Fix
Updated.
Forum:
General
04-26-2022, 06:48
Replies:
12
[L4D2] Map transition crash.
Views:
915
Posted By
sorallll
Re: [L4D2] Map transition crash.
Out of memory?
Forum:
Plugins
04-24-2022, 06:51
Replies:
35
[L4D2] Transition Restore Fix
Views:
7,920
Posted By
sorallll
Re: [L4D2] Transition Restore Fix
This just shows that the plug-in function is normal. If the next chapter's health value becomes 100%, it means that I need to check what is wrong.You also need to install an additional plugin...
Forum:
Plugins
04-22-2022, 04:48
Replies:
7
[L4D2] The Passing character fix (Easy way with DHooks)
Views:
1,163
Posted By
sorallll
Re: [L4D2] The Passing character fix (Easy way with DHooks)
stripper will remove NPCs from the map
Forum:
Plugins
04-21-2022, 09:00
Replies:
35
[L4D2] Transition Restore Fix
Views:
7,920
Posted By
sorallll
Re: [L4D2] Transition Restore Fix
You have an old version installed, please update
Forum:
Plugins
04-21-2022, 03:43
Replies:
35
[L4D2] Transition Restore Fix
Views:
7,920
Posted By
sorallll
Re: [L4D2] Transition Restore Fix
For me it works fine. Did you override it with another plugin? Can you post a list of plugins you are using? Or maybe you misunderstood my statement about the plug-in function, it just restores the...
Forum:
Plugins
04-18-2022, 19:25
Replies:
35
[L4D2] Transition Restore Fix
Views:
7,920
Posted By
sorallll
Re: [L4D2] Transition Restore Fix
1.2.0 (19-Apr-2022)
- Fixed "RestoreTransitionedSurvivorBots::MaxRestoreSurvivorBots" patch not being applied correctly
Forum:
Plugins
04-18-2022, 12:55
Replies:
35
[L4D2] Transition Restore Fix
Views:
7,920
Posted By
sorallll
Re: [L4D2] Transition Restore Fix
Updated.
Forum:
Plugins
04-17-2022, 18:56
Replies:
35
[L4D2] Transition Restore Fix
Views:
7,920
Posted By
sorallll
Re: [L4D2] Transition Restore Fix
try this version to see if it fixes
Forum:
Snippets and Tutorials
04-16-2022, 00:21
Replies:
79
Sticky:
[TUT] SourcePawn Scripting - Tips, Basics to Advanced
Views:
76,334
Posted By
sorallll
Re: [TUT] SourcePawn Scripting - Tips, Basics to Advanced
I would like to ask, how to calculate the number of bytes occupied by the string in IntToString, FloatToString
Forum:
Plugins
04-14-2022, 00:13
Replies:
714
[L4D & L4D2] Left 4 DHooks Direct (1.108) [20-Jun-2022]
Views:
195,407
Posted By
sorallll
Re: [L4D & L4D2] Left 4 DHooks Direct (1.96) [11-Apr-2022]
Hi Silvers. According to this code in your 1.96 update, you will skip some items
// Loop through all anim hooks for specific client
int length = g_iAnimationHookedPlugins.Length;
for( int i...
Forum:
Plugins
04-13-2022, 00:15
Replies:
10
[L4D & L4D2] Late Model Precacher
Views:
1,747
Posted By
sorallll
Re: [L4D & L4D2] Late Model Precacher
OK, thanks
Forum:
Plugins
04-12-2022, 06:23
Replies:
10
[L4D & L4D2] Late Model Precacher
Views:
1,747
Posted By
sorallll
Re: [L4D & L4D2] Late Model Precacher
Can this plugin replace such plugins (https://forums.alliedmods.net/showthread.php?p=2476653)?
Forum:
Plugins
04-11-2022, 11:03
Replies:
714
[L4D & L4D2] Left 4 DHooks Direct (1.108) [20-Jun-2022]
Views:
195,407
Posted By
sorallll
Re: [L4D & L4D2] Left 4 DHooks Direct (1.95) [10-Apr-2022]
L 04/11/2022 - 22:57:16: [SM] Exception reported: Invalid index 16 (count: 16)
L 04/11/2022 - 22:57:16: [SM] Blaming: left4dhooks.smx
L 04/11/2022 - 22:57:16: [SM] Call stack trace:
L 04/11/2022 -...
Forum:
Plugins
04-01-2022, 05:43
Replies:
62
[L4D1 & L4D2]Survivor_AFK_Fix[Left 4 Fix][25/09/2020]
Views:
21,963
Posted By
sorallll
Re: [L4D1 & L4D2]Survivor_AFK_Fix[Left 4 Fix][25/09/2020]
cravenge, this did happen in my most recent tests, this plugin (https://forums.alliedmods.net/showthread.php?p=2770962#post2770962) should fix it
Forum:
Plugins
03-27-2022, 06:05
Replies:
35
[L4D2] Transition Restore Fix
Views:
7,920
Posted By
sorallll
Re: [L4D2] Transition Restore Fix
1.1.5 (27-Mar-2022)
- Fix the problem that the plugin has not taken effect on Windows all the time
Forum:
Scripting
03-27-2022, 05:27
Replies:
2
Solved
About jump instructions
Views:
331
Posted By
sorallll
Re: About jump instructions
ok, thanks for answering
Forum:
Scripting
03-27-2022, 04:29
Replies:
2
Solved
About jump instructions
Views:
331
Posted By
sorallll
About jump instructions
About jump instructions in memory patching, Which command is better for js jns nop jump in which cases, I usually use js/jns
Forum:
Plugins
03-20-2022, 14:25
Replies:
18
[L4D2]Zombie Spawn Fix
Views:
6,233
Posted By
sorallll
Re: [L4D2]Transition Zombie Spawn Fix
Updated.
Forum:
Plugins
03-19-2022, 09:04
Replies:
46
[L4D2]End Safearea Teleport
Views:
6,197
Posted By
sorallll
Re: [L4D2]End Safearea Teleport
Please try to update version 1.1.9
Forum:
Plugins
03-16-2022, 15:53
Replies:
714
[L4D & L4D2] Left 4 DHooks Direct (1.108) [20-Jun-2022]
Views:
195,407
Posted By
sorallll
Re: [L4D & L4D2] Left 4 DHooks Direct (1.89) [02-Mar-2022]
Yes, Linux
Showing results 1 to 25 of 163
Page 1 of 7
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Server Discussion
Source Servers (SRCDS)
HL1 Servers (HLDS)
AMX Mod X
News
Bug Reports
General
Off-Topic
Plugins
Suggestions / Requests
Approved Plugins
New Plugin Submissions
Unapproved/Old Plugins
Translation Request
High-Traffic Plugins
GunGame
UAIO (Ultimate All-In-One Plugin)
xREDIRECT
CSDM
AMX Super
RuneMod
Zombie Plague Mod
SuperHero Mod
News
Tech Support
Scripting Help
Off-Topic / General Chat
Heroes
Suggestions / Requests
Approved Heroes
New Submissions
Unapproved/Old Heroes
Module Heroes
SuperHero Mod Stats - By 123
(OLD) Bug Reports
Scripting
Scripting Help
Code Snippets/Tutorials
Module Coding
Donor Access
SourceMod
News
General
Plugins
Plugins
Unapproved Plugins
Plugin/Gameplay Ideas and Requests
High-Traffic Plugins
SourceMod Anti-Cheat
Zombie:Reloaded
SourceBans / SourceBans++
VSH / Freak Fortress
Store
SM_Hosties
HLstatsX:CE
Scripting
Extensions
Snippets and Tutorials
Donor Access
Metamod: Source
Metamod:Source Plugins
Metamod:Source Questions
Coding MM:S Plugins & SM Extensions
Hosted Stuff
Asherkin's Plugins
TFDodgeball
TF2Items
SteamTools
Bail's Plugins
CSDM
CS:S DM
Off-Topic & Trash
Off-Topic
Trash
All times are GMT -4. The time now is
08:12
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2022, vBulletin Solutions, Inc.
Theme made by Freecode