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

[L4D & L4D2] Left 4 DHooks Direct (1.146) [21-Apr-2024]


Post New Thread Reply   
 
Thread Tools Display Modes
AK978
Senior Member
Join Date: Jun 2018
Old 02-04-2022 , 10:40   Re: [L4D & L4D2] Left 4 DHooks Direct (1.86) [02-Feb-2022]
Reply With Quote #601

Sorry, I'll check again.

Last edited by AK978; 02-04-2022 at 10:45.
AK978 is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 02-06-2022 , 04:16   Re: [L4D & L4D2] Left 4 DHooks Direct (1.87) [06-Feb-2022]
Reply With Quote #602

Code:
1.87 (06-Feb-2022)
    - Added native "L4D_LobbyIsReserved" to return if players connected from the lobby and reserved the server.
    - Added natives "L4D_GetLobbyReservation" and "L4D_SetLobbyReservation" to get and set the lobby reservation ID.
    - Setting lobby reservation may not work when L4DToolZ is installed.

    - Added new weapon attribute. Requested by "vikingo12".
        - L4D2FloatWeaponAttributes: "L4D2FWA_ReloadDuration".

    - L4D2: now dynamically generates the "CTerrorGameRules::IsRealism" signature to future proof against updates breaking the signature.

    - Updated: Plugin.
    - Updated: "left4dhooks.inc" Include file.
    - Updated: "left4dhooks.l4d1.txt" and "left4dhooks.l4d2.txt" GameData files.
__________________
Silvers is offline
NoroHime
Veteran Member
Join Date: Aug 2016
Location: bed
Old 02-06-2022 , 17:21   Re: [L4D & L4D2] Left 4 DHooks Direct (1.16) [05-Jun-2020]
Reply With Quote #603

Quote:
Originally Posted by Silvers View Post
Finally supporting [L4D(2)] Remove Lobby Reservation (When Full). Download latest version below.

You can thank "SilentBr" for pushing me to do it.

Code:
1.16 (05-Jun-2020)
    - Added native "L4D_LobbyUnreserve" finally, to support "Remove Lobby Reservation (When Full)" plugin.
    - Huge thanks to "GAMMACASE" and "Deathreus" for helping figure why the native was crashing.

    - Updated: L4D1 GameData file.
    - Updated: Plugin and Include file.

Attached is version 1.2 of "Remove Lobby Reservation" compiled against left4dhooks and updated syntax.
Code:
1.2 (05-Jun-2020)
    - Converted to the latest syntax.
    - Compiled using left4dhooks include file.
i finally found this i really needed, could you have plan to support from new Left 4 Dhooks Direct?
__________________
NoroHime is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 02-07-2022 , 00:46   Re: [L4D & L4D2] Left 4 DHooks Direct (1.16) [05-Jun-2020]
Reply With Quote #604

Quote:
Originally Posted by NoroHime View Post
i finally found this i really needed, could you have plan to support from new Left 4 Dhooks Direct?
??

That post you quote is the left4dhooks version...
__________________
Silvers is offline
ProjectSky
AlliedModders Donor
Join Date: Aug 2020
Old 02-08-2022 , 04:36   Re: [L4D & L4D2] Left 4 DHooks Direct (1.87) [06-Feb-2022]
Reply With Quote #605

request add

PHP Code:
Script_ForceVersusStart // Force Versus Start
Script_ForceSurvivalStart // Force Survival Start
Script_ForceScavengeStart // Force Scavenge Start 
use it via SDKCall is simple, but wouldn't it be better to add it to left4dhooks

Last edited by ProjectSky; 02-08-2022 at 04:39.
ProjectSky is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 02-08-2022 , 04:49   Re: [L4D & L4D2] Left 4 DHooks Direct (1.87) [06-Feb-2022]
Reply With Quote #606

What's wrong with just running it through VScript?

L4D2_ExecVScriptCode("ForceVersusStart()");
__________________
Silvers is offline
ProjectSky
AlliedModders Donor
Join Date: Aug 2020
Old 02-08-2022 , 05:16   Re: [L4D & L4D2] Left 4 DHooks Direct (1.87) [06-Feb-2022]
Reply With Quote #607

Quote:
Originally Posted by Silvers View Post
What's wrong with just running it through VScript?

L4D2_ExecVScriptCode("ForceVersusStart()");
no, but wouldn't it be better to have a native version?
just a suggestion, it doesn't matter if you can't add it
ProjectSky is offline
ZBzibing
Senior Member
Join Date: Dec 2012
Old 02-08-2022 , 10:04   Re: [L4D & L4D2] Left 4 DHooks Direct (1.16) [05-Jun-2020]
Reply With Quote #608

Quote:
Originally Posted by Silvers View Post
Finally supporting [L4D(2)] Remove Lobby Reservation (When Full). Download latest version below.

You can thank "SilentBr" for pushing me to do it.

Code:
1.16 (05-Jun-2020)
    - Added native "L4D_LobbyUnreserve" finally, to support "Remove Lobby Reservation (When Full)" plugin.
    - Huge thanks to "GAMMACASE" and "Deathreus" for helping figure why the native was crashing.

    - Updated: L4D1 GameData file.
    - Updated: Plugin and Include file.

Attached is version 1.2 of "Remove Lobby Reservation" compiled against left4dhooks and updated syntax.
Code:
1.2 (05-Jun-2020)
    - Converted to the latest syntax.
    - Compiled using left4dhooks include file.
sm_unreserve
L 02/08/2022 - 23:03:41: [SM] Exception reported: CBaseServer::SetReservationCookie not available.
L 02/08/2022 - 23:03:41: [SM] Blaming: ZB\left4dhooks.smx
L 02/08/2022 - 23:03:41: [SM] Call stack trace:
L 02/08/2022 - 23:03:41: [SM] [0] ThrowNativeError
L 02/08/2022 - 23:03:41: [SM] [1] Line 4902, C:\Servers\L4D2\left4dead2\addons\sourcemod\s cripting\left4dhooks.sp::ValidateNatives
L 02/08/2022 - 23:03:41: [SM] [2] Line 6033, C:\Servers\L4D2\left4dead2\addons\sourcemod\s cripting\left4dhooks.sp::Native_CBaseServer_S etReservationCookie
L 02/08/2022 - 23:03:41: [SM] [4] L4D_LobbyUnreserve
L 02/08/2022 - 23:03:41: [SM] [5] Line 101, C:\Servers\L4D2\left4dead2\addons\sourcemod\s cripting\l4dunreservelobby.sp::Command_Unrese rve
__________________
Please forgive, If I'm not describing it accurately. I use google translate
Functional tests are all from L4D1, and are only keen to solve and fix various bugs of L4D1:
ZBzibing is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 02-08-2022 , 10:12   Re: [L4D & L4D2] Left 4 DHooks Direct (1.87) [06-Feb-2022]
Reply With Quote #609

Quote:
Originally Posted by ZBzibing View Post
-
Get the latest Left4DHooks, with updated GameData.



Quote:
Originally Posted by ProjectSky View Post
no, but wouldn't it be better to have a native version?
just a suggestion, it doesn't matter if you can't add it
Added for next update, also for L4D1.
__________________

Last edited by Silvers; 02-09-2022 at 04:29.
Silvers is offline
eyal282
Veteran Member
Join Date: Aug 2011
Old 02-10-2022 , 14:17   Re: [L4D & L4D2] Left 4 DHooks Direct (1.87) [06-Feb-2022]
Reply With Quote #610

Can you allow devs to figure out whether or not a player is in fling state? A lot of plugins will use, my karma system included.

Edit: please add support for 1.11, I don't want to downgrade and lose built in DHooks
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334

Last edited by eyal282; 02-10-2022 at 14:29.
eyal282 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 16:44.


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