Thread: [Solved] simplify
View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 04-14-2022 , 13:36   Re: simplify
Reply With Quote #5

The id being within range may not be needed but it's cheap insurance to throw it in there.
PHP Code:
public Ham_Knife_Deploy_Post(iEnt)
{
    static 
idid get_pdata_cbase(iEntm_pPlayer4)
    
    if ( ( 
<= id <= MAX_PLAYERS ) && ( !g_bBot[id] || g_iBotsWithRandomKnives ) )
    {
        
refreshKnifeModel(id)
    }
    
    return 
HAM_IGNORED

__________________

Last edited by Bugsy; 04-14-2022 at 13:42.
Bugsy is offline