Thread: C4 Taker
View Single Post
JusTGo
Veteran Member
Join Date: Mar 2013
Old 05-26-2016 , 18:12   Re: C4 Bot Taker - joaquimandrade and ConnorMcLeod
Reply With Quote #5

PHP Code:
public Use_Button(id//Function when you press 'E' or the USE key
{
    if(
is_user_connected(id))
        if(
pev(id,pev_button) & IN_USE//Checks if you pressed the USE key
            
Take_C4(id); //Calls function to take C4

>>>

PHP Code:
public Use_Button(id//Function when you press 'E' or the USE key
{
    if(
is_user_alive(id))
        if(
pev(id,pev_button) & IN_USE//Checks if you pressed the USE key
            
Take_C4(id); //Calls function to take C4

or dead players may get the c4 lol.
__________________
JusTGo is offline