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

Solved L4D2 - bind adrenaline effect


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
gamer_kanelita
Senior Member
Join Date: Jun 2019
Location: Peru
Old 10-13-2021 , 22:48   L4D2 - bind adrenaline effect
Reply With Quote #1

I have seen this page that supposedly can be linked to have the effect of adrenaline by means of a button, I tried to turn it into smx, then in the game on the console put the command but so far it does not work for me or I will be wrong, someone knows how do the smx and with what command to put in the console to make it work? :llorar::llorar::llorar:

https://forums.alliedmods.net/showth...=333058&page=3

Last edited by gamer_kanelita; 10-15-2021 at 18:09.
gamer_kanelita is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 10-13-2021 , 23:02   Re: L4D2 - bind adrenaline effect
Reply With Quote #2

use left4dhooks to call the adrenaline effect.

there are plenty of plugins shared using left4dhooks by now to take as basis.

https://forums.alliedmods.net/showpo...63&postcount=2
__________________

Last edited by Marttt; 10-13-2021 at 23:04.
Marttt is offline
gamer_kanelita
Senior Member
Join Date: Jun 2019
Location: Peru
Old 10-13-2021 , 23:39   Re: L4D2 - bind adrenaline effect
Reply With Quote #3

Forgive me for being ignorant about these things but I don't use left4dhooks at all so I ask for help so that someone could do it for me, maybe for you it should be easy but not for me, at least in this case if you could help me I would appreciate it very much teacher :llorar::llorar:
gamer_kanelita is offline
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 10-14-2021 , 00:12   Re: L4D2 - bind adrenaline effect
Reply With Quote #4

Quote:
Originally Posted by gamer_kanelita View Post
Forgive me for being ignorant about these things but I don't use left4dhooks at all so I ask for help so that someone could do it for me, maybe for you it should be easy but not for me, at least in this case if you could help me I would appreciate it very much teacher :llorar::llorar:
you don't install left4dhooks? why? you still use old left 4 downtown?
__________________

Last edited by HarryPotter; 10-14-2021 at 01:55.
HarryPotter is offline
gamer_kanelita
Senior Member
Join Date: Jun 2019
Location: Peru
Old 10-14-2021 , 01:04   Re: L4D2 - bind adrenaline effect
Reply With Quote #5

It is not that, I have the last update of left4dhooks, what happens is that I do not create codes and with that compile to smx file so I need someone to help with that since I am ignorant in those things :llorar::llorar:
gamer_kanelita is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 10-14-2021 , 11:33   Re: L4D2 - bind adrenaline effect
Reply With Quote #6

Better learn than depending on others, there are a lot of guides nowadays.
__________________

Last edited by Marttt; 10-14-2021 at 11:35.
Marttt is offline
gamer_kanelita
Senior Member
Join Date: Jun 2019
Location: Peru
Old 10-14-2021 , 12:55   Re: L4D2 - bind adrenaline effect
Reply With Quote #7

Look for example, here I will leave you the smx file that could be compiled, but when I'm in the game I don't know what command to put on the console to make it work :llorar::llorar::llorar:

Last edited by Silvers; 10-15-2021 at 04:17. Reason: removed plugin without source
gamer_kanelita is offline
gamer_kanelita
Senior Member
Join Date: Jun 2019
Location: Peru
Old 10-14-2021 , 17:05   Re: L4D2 - bind adrenaline effect
Reply With Quote #8

Ah, the only thing I want to know is what command to put in the console to be able to directly bind the effect of adrenaline. I have tried in many ways but it does not work for me.p
gamer_kanelita is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 10-15-2021 , 04:18   Re: L4D2 - bind adrenaline effect
Reply With Quote #9

Quote:
Originally Posted by gamer_kanelita View Post
Look for example, here I will leave you the smx file that could be compiled, but when I'm in the game I don't know what command to put on the console to make it work :llorar::llorar::llorar:
You must upload the source when you provide a compiled binary.
__________________
Silvers is offline
weffer
Member
Join Date: Oct 2020
Old 10-15-2021 , 10:12   Re: L4D2 - bind adrenaline effect
Reply With Quote #10

Quote:
Originally Posted by gamer_kanelita View Post
Ah, the only thing I want to know is what command to put in the console to be able to directly bind the effect of adrenaline. I have tried in many ways but it does not work for me.p
try using this code and the command is sm_adre in console or !adre in chat

PHP Code:
#pragma semicolon 1
#include <sourcemod>
#include <left4dhooks>

public Plugin myinfo =
{
    
name "",
    
author "",
    
description "",
    
version "1.0",
    
url ""
};

public 
void OnPluginStart()
{
    
RegAdminCmd("sm_adre"Command_AdreADMFLAG_CHEATS"sm_adre");
    
}

public 
Action Command_Adre(int clientint args)
{
    if (!
client)
        return 
Plugin_Handled;    
    
    
L4D2_UseAdrenaline(client); 
    
    return 
Plugin_Handled;


Last edited by weffer; 10-15-2021 at 10:13.
weffer is offline
Reply


Thread Tools
Display Modes

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 09:55.


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