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

Fake Bot HELP pls bot=bots


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
SANTO37
Member
Join Date: Aug 2008
Old 08-07-2011 , 12:00   Fake Bot HELP pls bot=bots
Reply With Quote #1

Bad English Sorry

I want to raise the number of boats
I need more they are
Is it possible to do this,
How do I raise the number of boats?

1 Bot = 10 Bots How can ?

HELP PLEASE




PHP Code:
#include <amxmodx>
#include <engine>
#include <cstrike>
#include <fun>
#include <fakemeta>
#include <hamsandwich>

#define FAKE_PLAYER

new const g_szBotName[ ] = "Fake Player";

#if defined FAKE_PLAYER
    
new g_iFakeplayer;
#endif

public plugin_init( ) 
{
    
register_plugin"Fake Player""1.0""BOOM" );
    
    
#if defined FAKE_PLAYER
    
new iEntityiCount;
        
    while( ( 
iEntity find_ent_by_classiEntity"info_player_deathmatch" ) ) > )
         if( 
iCount++ > )
                break;
        
    if( 
iCount <= )
            
g_iFakeplayer = -1;
        
    
set_task5.0"UpdateBot" );
        
    
register_messageget_user_msgid"DeathMsg" ), "MsgDeathMsg" );
    
#endif
    
}

#if defined FAKE_PLAYER
    
public UpdateBot( ) {
        if( 
g_iFakeplayer == -)
            return;
        
        new 
id find_player"i" );
        
        if( !
id ) {
            
id engfuncEngFunc_CreateFakeClientg_szBotName );
            if( 
pev_validid ) ) {
                
engfuncEngFunc_FreeEntPrivateDataid );
                
dllfuncMetaFunc_CallGameEntity"player"id );
                
set_user_infoid"rate""3500" );
                
set_user_infoid"cl_updaterate""25" );
                
set_user_infoid"cl_lw""1" );
                
set_user_infoid"cl_lc""1" );
                
set_user_infoid"cl_dlmax""128" );
                
set_user_infoid"cl_righthand""1" );
                
set_user_infoid"_vgui_menus""0" );
                
set_user_infoid"_ah""0" );
                
set_user_infoid"dm""0" );
                
set_user_infoid"tracker""0" );
                
set_user_infoid"friends""0" );
                
set_user_infoid"*bot""1" );
                
set_pevidpev_flagspevidpev_flags ) | FL_FAKECLIENT );
                
set_pevidpev_colormapid );
                
                new 
szMsg128 ];
                
dllfuncDLLFunc_ClientConnectidg_szBotName"127.0.0.1"szMsg );
                
dllfuncDLLFunc_ClientPutInServerid );
                
                
cs_set_user_teamidCS_TEAM_T );
                
ExecuteHamBHam_CS_RoundRespawnid );
                
                
set_pevidpev_effectspevidpev_effects ) | EF_NODRAW );
                
set_pevidpev_solidSOLID_NOT );
                
dllfuncDLLFunc_Thinkid );
                
                
g_iFakeplayer id;
            }
        }
    }

    public 
MsgDeathMsg( const iMsgId, const iMsgDest, const id ) {
        if( 
get_msg_arg_int) == g_iFakeplayer )
            return 
PLUGIN_HANDLED;
        
        return 
PLUGIN_CONTINUE;
    }
#endif 
SANTO37 is offline
Old 08-07-2011, 14:47
SANTO37
This message has been deleted by Exolent[jNr]. Reason: Don't bump until 2 weeks have passed since last post.
kiki33hun
Veteran Member
Join Date: Jul 2011
Location: Magyarország
Old 08-12-2012 , 13:51   Re: Fake Bot HELP pls bot=bots
Reply With Quote #2

register_plugin( "Fake Player", "1.0", "BOOM" );

Haha, full copy xpaw deathrun manager
__________________
kiki33hun is offline
isotonic
AlliedModders Donor
Join Date: Jun 2011
Location: Moscow, Russia
Old 08-16-2012 , 09:04   Re: Fake Bot HELP pls bot=bots
Reply With Quote #3

Why do you need that?
__________________
isotonic 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 07:21.


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