Quote:
Originally Posted by nikhilgupta345
You have to put the if statement inside of the VIP menu fuction and then return PLUGIN_HANDLED. Oh in the createmenu it says vipmeniu  ?
|
Ughmm... could you give me an example? To me, it is in the VIP menu...

Whate H... i will give it a try...:
PHP Code:
new vip_menu
public plugin_init()
{
register_clcmd( "say /vipmenu","VIPMenu");
}
if( !( get_user_flags( id ) & ADMIN_LEVEL_B ) ) {
return;
}
Quote:
Originally Posted by nikhilgupta345
Also for the third case make a menu item for it the same way to make it for the deagle and stuff.
|
Hmm... i think i tried it already XP look at the second PHP.