View Single Post
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 03-10-2017 , 17:15   Re: [TUT] Registering hams on bots.
Reply With Quote #9

Quote:
Originally Posted by HamletEagle View Post
PHP Code:
  // If the ID dont is bot
    
if (!is_user_bot(id))
        return;
        
    
// If the ham already registered
    
if (g_hambots)
        return;
        
    
// If dont have any bot in game
    
if (!get_pcvar_num(cvar_botquota))
        return; 
It's not needed inside fw_RegisterHamBots, the check is already done inside client_putinserver.
Thank you for letting me know!
__________________








CrazY. is offline