View Single Post
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 11-11-2020 , 14:33   Re: Work only in buyzone (or buy menu)
Reply With Quote #2

PHP Code:
public cmdspw(id)
{
    if(!
cs_get_user_buyzone(id))
        return 
PLUGIN_HANDLED

        
new menu menu_create("\wFreeGuns""cmdspw_handler");
    
        
menu_additem(menu"\rRandom Weapon \y+ \rRendom Pistol \y+ \rRandom Grenade \r[\y800$\r]""1"cs_get_user_money(id) >= 800 1<<31);
    
        
menu_setprop(menuMPROP_EXITMEXIT_ALL);
        
menu_display(idmenu0);
        return 
PLUGIN_HANDLED

__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr