[small] Color menu coding.
Hello, I was wondering if there is anyway you can change the color for this type of menus. Ive tried several types of codes all I get are errors. I tried putting the slash /r, /y, /w and still no success. Can someone provide me with some help or what should I do? Btw im using a VIP plugin.
} public Showrod(id) { show_menu(id, Keysrod, "| Free VIP Guns |^n1. Get AWP+Deagle ^n2. Get M4A1+Deagle ^n3. Get AK47+Deagle ^n0. Exit^n", -1, "rod") // Display menu } public Pressedrod(id, key) { /* Menu: *| VIP Gun Menu | < I want color here! *1. Get AWP+Deagle < Here... *2. Get M4A1+Deagle < Here... *3. Get AK47+Deagle < Here... *0. Exit < Here */ switch (key) { |
Re: [small] Color menu coding.
What mod you are using? Not all support colored menus. Check https://www.amxmodx.org/api/amxmisc/colored_menus
See also this complete tutorial: New AMXX Menu System |
Re: [small] Color menu coding.
Quote:
Edit: PHP Code:
|
Re: [small] Color menu coding.
Quote:
Quote:
|
Re: [small] Color menu coding.
Use \r, \w, \y
|
Re: [small] Color menu coding.
Don't use / (Slash lower left to upper right), use \ (Slash upper left to lower right).
|
| All times are GMT -4. The time now is 09:24. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.