Raised This Month: $ Target: $400
 0% 

Menu with Use


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 01-24-2010 , 14:47   Re: Menu with Use
Reply With Quote #4

Quote:
Originally Posted by wrecked_ View Post
1 ) Don't bump before 15 days have passed.

2 ) I'll code you whatever you need tonight once I get home. PM me the details if that's not all you want.
PHP Code:
#include <amxmodx>
#include <engine>
#include <fakemeta>

const m_afButtonPressed 246
const m_afButtonReleased 247

public client_PostThink(id)
{
    if( !
is_user_alive(id) )
    {
        return
    }

    if( 
get_pdata_int(idm_afButtonPressed) & IN_USE )
    {
        
//Display the menu here To get your targets id. Use get_user_aiming
    
}

Doc-Holiday is offline
 



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 07:19.


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