Raised This Month: $32 Target: $400
 8% 

[L4D & L4D2] Left 4 DHooks Direct (1.145) [03-Apr-2024]


Post New Thread Reply   
 
Thread Tools Display Modes
gabuch2
AlliedModders Donor
Join Date: Mar 2011
Location: Chile
Old 10-02-2022 , 15:00   Re: [L4D & L4D2] Left 4 DHooks Direct (1.117) [30-Sep-2022]
Reply With Quote #761

L4D_OnReleaseSurvivorPositions() doesn't seem to be calling on c5m1_waterfront even though it should.

Code:
"origin" "838.294 818.414 -416"
"targetname" "relay_intro_finished"
"StartDisabled" "0"
"spawnflags" "0"
"classname" "logic_relay"
"hammerid" "1693404"
"OnTrigger" "gameinstructor_enableGenerateGameEvent1-1"
"OnTrigger" "directorReleaseSurvivorPositions1-1"
"OnTrigger" "camera_intro_survivor_04StartMovement0-1"
"OnTrigger" "camera_intro_survivor_03StartMovement0-1"
"OnTrigger" "camera_intro_survivor_02StartMovement0-1"
"OnTrigger" "camera_intro_survivor_01StartMovement0-1"
"OnTrigger" "directorFinishIntro1-1"
__________________
gabuch2 is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 10-02-2022 , 23:04   Re: [L4D & L4D2] Left 4 DHooks Direct (1.118) [03-Oct-2022]
Reply With Quote #762

Code:
1.118 (03-Oct-2022)
    - Fixed forward "L4D_OnReleaseSurvivorPositions" not being detected when used. Thanks to "gabuch2" for reporting.

    - Updated: Plugin and test plugin.
    - Updated: "/scripting/l4dd/l4dd_forwards.sp" project file.
__________________
Silvers is offline
jjambo789
Junior Member
Join Date: Dec 2013
Old 10-05-2022 , 08:41   Re: [L4D & L4D2] Left 4 DHooks Direct (1.118) [03-Oct-2022]
Reply With Quote #763

l4d2_addons_eclipse
Can you block only certain addons?

addon like wallhack and etc.
https://steamcommunity.com/sharedfil...?id=2397430186

Sorry, I'm not good at English.
jjambo789 is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 10-05-2022 , 09:06   Re: [L4D & L4D2] Left 4 DHooks Direct (1.118) [03-Oct-2022]
Reply With Quote #764

Quote:
Originally Posted by jjambo789 View Post
l4d2_addons_eclipse
Can you block only certain addons?

addon like wallhack and etc.
https://steamcommunity.com/sharedfil...?id=2397430186

Sorry, I'm not good at English.
Block all or nothing, only.
__________________
Silvers is offline
jjambo789
Junior Member
Join Date: Dec 2013
Old 10-06-2022 , 16:22   Re: [L4D & L4D2] Left 4 DHooks Direct (1.118) [03-Oct-2022]
Reply With Quote #765

Quote:
Originally Posted by Silvers View Post
Block all or nothing, only.
Is there any other way to block some of them?
I want to block only users who use addon like Hack from my server.

Thank you for answer.
jjambo789 is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 10-06-2022 , 21:15   Re: [L4D & L4D2] Left 4 DHooks Direct (1.118) [03-Oct-2022]
Reply With Quote #766

Quote:
Originally Posted by jjambo789 View Post
Is there any other way to block some of them?
I want to block only users who use addon like Hack from my server.

Thank you for answer.
Theres no way.
__________________
Silvers is offline
Tonblader
Senior Member
Join Date: Jul 2011
Location: Peru
Old 10-10-2022 , 16:52   Re: [L4D & L4D2] Left 4 DHooks Direct (1.118) [03-Oct-2022]
Reply With Quote #767

Quote:
Originally Posted by Silvers View Post
L 10/10/2022 - 14:10:12: [SM] Exception reported: Script execution timed out
L 10/10/2022 - 14:10:12: [SM] Blaming: all\developer\left4dhooks.smx
L 10/10/2022 - 14:10:12: [SM] Call stack trace:
L 10/10/2022 - 14:10:12: [SM] [1] Line 502, l4dd\l4dd_gamedata.sp::LoadGameData
L 10/10/2022 - 14:10:12: [SM] [2] Line 500, C:\Servers\L4D2\left4dead2\addons\sourcemod\s cripting\left4dhooks.sp::OnPluginStart
L 10/10/2022 - 14:10:12: [SM] Unable to load plugin "all\developer\left4dhooks.smx": Error detected in plugin startup (see error logs)
I use the last version with sourcemod 1.11 build 6906

EDIT: Wait, i reset my left 4 dead 2 and apparently now work fine, i go test more...

EDIT2: Ok, It was my fault, for some reason I had to restart my l4d2 for it to work, which I think was not necessary before.

Last edited by Tonblader; 10-11-2022 at 00:16. Reason: Need more Test
Tonblader is offline
knifeeeee
Junior Member
Join Date: Aug 2022
Old 10-14-2022 , 03:05   Re: [L4D & L4D2] Left 4 DHooks Direct (1.118) [03-Oct-2022]
Reply With Quote #768

Silver, can you add inventory to clean up the state of using Gatlin machine guns?
We destroyed our teammate's miniguns, which made him unable to move and maintain his driving posture.

like this :
PHP Code:
stock bool:IsUsingMinigun(client)
{
    return ((
GetEntProp(clientProp_Send"m_usingMountedGun") > 0) || (GetEntProp(clientProp_Send"m_usingMountedWeapon") > 0));


Last edited by knifeeeee; 10-14-2022 at 03:19.
knifeeeee is offline
knifeeeee
Junior Member
Join Date: Aug 2022
Old 10-14-2022 , 08:38   Re: [L4D & L4D2] Left 4 DHooks Direct (1.118) [03-Oct-2022]
Reply With Quote #769

well, I also want to add this signature.
PHP Code:
/* CTerrorPlayer::CleanupPlayerState(void) */
            
"CTerrorPlayer::CleanupPlayerState"
            
{
                
"library"    "server"
                "linux"        "@_ZN13CTerrorPlayer18CleanupPlayerStateEv"
                "windows"    "\x2A\x2A\x2A\x2A\x2A\x2A\x83\x2A\x2A\x83\x2A\x2A\x55\x8B\x2A\x2A\x89\x2A\x2A\x2A\x8B\x2A\x0F\x2A\x2A\x83\x2A\x2A\x56\x8B\x2A\xC7"
                
/* ? ? ? ? ? ? 83 ? ? 83 ? ? 55 8B ? ? 89 ? ? ? 8B ? 0F ? ? 83 ? ? 56 8B ? C7 */
            

knifeeeee is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 10-14-2022 , 09:06   Re: [L4D & L4D2] Left 4 DHooks Direct (1.118) [03-Oct-2022]
Reply With Quote #770

Quote:
Originally Posted by knifeeeee View Post
well, I also want to add this signature.
For what?
__________________
Silvers is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:40.


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