View Single Post
metal_upa
Senior Member
Join Date: Jun 2016
Old 04-30-2024 , 03:27   Re: Block the flashlight on zombie bots
Reply With Quote #12

bot no flashlight


If still not work then you have to edit zombie_plague40.sma:
PHP Code:
// Forward CmdStart
public fw_CmdStart(idhandle)
{
    
// Not alive
    
if (!g_isalive[id] || g_isbot[id])
        return; 

Last edited by metal_upa; 04-30-2024 at 03:33.
metal_upa is offline