View Single Post
Natsheh
Veteran Member
Join Date: Sep 2012
Old 06-22-2017 , 03:38   Re: Thor Weapon Pickup
Reply With Quote #10

PHP Code:
public TouchWeapons(iWeaponid)
{
    if(!
get_pcvar_num(pCvarBlockPickup))) you can save it in round start in global array... And check...
        return 
FMRES_IGNORED
        
    
if(!is_user_connected(id)) not a nesscary check...
        return 
HAM_IGNORED
        
    
new szModel[MAX_PLAYERS]
    
pev(iWeaponpev_modelszModelcharsmax(szModel))
        
    if(
containi(szModel"w_backpack") != -1)....  This is not needed..
    return 
HAM_SUPERCEDE;

__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !

Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh