View Single Post
ZaX
Senior Member
Join Date: Jan 2015
Old 07-04-2020 , 09:37   Re: leave only the bomb
Reply With Quote #31

The check must be on all the functions where it contains checks for armoury_entity or weaponbox

Code:
if(equali(classname,"weaponbox") && get_pdata_int(ent, 105, 4))
if(get_pcvar_num(toggle_pcvar) && pev_valid(weaponbox) && get_pdata_int(weaponbox, 105, 4))
if(containi(classname,"armoury")!=-1 || containi(classname,"weaponbox")!=-1 && get_pdata_int(ent, 105, 4))
if(containi(classname,"armoury")!=-1 && get_pdata_int(ent, 105, 4))

Last edited by ZaX; 07-04-2020 at 09:39.
ZaX is offline