View Single Post
yoni279
Member
Join Date: Feb 2010
Old 08-07-2012 , 16:41   Re: How To Change Color Options Menu
Reply With Quote #7

Quote:
Originally Posted by YamiKaitou View Post
You will need to switch to the old menu style then
ok change it so to yellow:
PHP Code:
public primgun_menu(id)
{    
    if(!
IsPlayer(id))
        return 
PLUGIN_HANDLED
        
    
new primgunmenu menu_create("\yChoose your weapon:""sub_primgun_menu")

    
menu_additem(primgunmenu"\wM4a1""1"0);
    
menu_additem(primgunmenu"\wAk 47""2"0);
    
menu_additem(primgunmenu"\wScout""3"0);
    
menu_additem(primgunmenu"\wAwp""4"0);
    
menu_additem(primgunmenu"\wMp5""5"0);
        
    
menu_setprop(primgunmenuMPROP_EXITMEXIT_ALL);
    
menu_display(idprimgunmenu0);
    return 
PLUGIN_HANDLED

yoni279 is offline