Raised This Month: $ Target: $400
 0% 

Bots & Select items in new style menus


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 06-07-2009 , 09:09   Bots & Select items in new style menus
Reply With Quote #1

Hey, i just woundering how i can force bots to select something in my menu?

What i tryed and didnt worked -__- bots are podbotmm
PHP Code:
[eng]client_cmdid"slot1" );
// also menuselect1 or with space 
Also tryed fake handle call
PHP Code:
public BOTWantToSelectid ) {
    new 
menu_idkeys
    new 
menuUp player_menu_infoidmenu_idkeys );
    
    if( 
menuUp ) {
        new 
iPlayers32 ], iNumiPlayer;
        
get_playersiPlayersiNum );
        
        for( new 
iiNumi++ ) {
            
iPlayer iPlayers];
            
            if( 
iPlayer != id && !g_bSelectedAsTerriPlayer ] ) {
                
handle_SelectMenuidmenuUpiPlayer );
                
client_print0print_chat"a %i"iPlayer );
                
// printed iplayer 1 in menu key was 0...
                
break;
            }
        }
    }

__________________
xPaw 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 14:03.


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