Thread: [Solved] simplify
View Single Post
Author Message
kww
Senior Member
Join Date: Feb 2021
Location: Russia
Old 04-14-2022 , 09:05   simplify
Reply With Quote #1

Is it possible to simplify this code? It must have 2 conditions.
PHP Code:
public Ham_Knife_Deploy_Post(iEnt)
{
    static 
idid get_pdata_cbase(iEntm_pPlayer4)
    
    if(!
g_bBot[id] && g_bConnected[id]) // i don't know why connect checking needed. (when i see any ham deploy hooking there are connection checks)
    
{
        
refreshKnifeModel(id// if user isn't a bot
    
}
    else if(
g_bBot[id] && g_iBotsWithRandomKnives)
    {
        
refreshKnifeModel(id// if user is a bot and bots can have random knives
    
}
    
    return 
HAM_IGNORED

__________________
Now working on: Side Weapons (Very lazy, tbh)
Avatar source: https://bit.ly/3BAk19g
Discord: kww#9951

Last edited by kww; 04-14-2022 at 13:06.
kww is offline