Thread: NEW V.I.P MENU!
View Single Post
ScrappeR
Senior Member
Join Date: Dec 2010
Old 09-07-2011 , 19:40   Re: NEW V.I.P MENU!
Reply With Quote #38

Quote:
Originally Posted by XINLEI View Post
Post the Source code. The SMA.
The website will compile it for you.
The code is here

Quote:
Originally Posted by ESPADONGAMING View Post
1. Open zombie_plague40.sma file.
2. Find line
Code:
len += formatex(menu[len], charsmax(menu) - len, "\d6. %L^n^n", id, "MENU_SPECTATOR")
after add:
Code:
// 7. Vip meniu items 
len += formatex(menu[len], charsmax(menu) - len, "\r7.\w VIP Meniu Items^n^n")
3. Find:
Code:
case 8: // Admin Menu
add against:
Code:
case 6: client_cmd(id, "say /vm") // Vip menu call
4. Compile plugin and add amxx file in your server.
__________________
ScrappeR is offline