Raised This Month: $ Target: $400
 0% 

IN_RUN didn't work


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Randomize
BANNED
Join Date: May 2012
Location: in your heart
Old 07-05-2013 , 07:16   IN_RUN didn't work
Reply With Quote #1

Hey guys, I've tried with three ways.
First is using Fakemeta:
PHP Code:
public client_PreThink(id)
{
    if(
is_user_alive(id))
    {
        if(
pev(idpev_button) & IN_RUN)
        {
            
client_print(idprint_chat"run")
        }
    }

Second engine:
PHP Code:
public client_PreThink(id)
{
    if(
is_user_alive(id))
    {
        if(
entity_get_int(idEV_INT_button) & IN_RUN)
        {
            
client_print(idprint_chat"run")
        }
    }

Third:
Use his way: https://forums.alliedmods.net/showpo...34&postcount=3

No one worked.
Randomize is offline
.Dare Devil.
Veteran Member
Join Date: Sep 2010
Old 07-07-2013 , 11:48   Re: IN_RUN didn't work
Reply With Quote #2

https://forums.alliedmods.net/showpo...75&postcount=7
.Dare Devil. is offline
Randomize
BANNED
Join Date: May 2012
Location: in your heart
Old 07-09-2013 , 02:10   Re: IN_RUN didn't work
Reply With Quote #3

Thankyou.
Randomize 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 06:23.


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