Mhm I don't know I thing better would be in KB.
Here is the code:
PHP Code:
public Showrod(id) {
set_task(10.0, "CancelMenu", id);
new mapname[ 32 ];
get_mapname( mapname, charsmax(mapname) );
if ( equali(mapname, "awp_india") || equali(mapname, "awp_dust") || equali(mapname, "cs_deagle5") )
return;
show_menu (id, Keysrod, "Choose VIP guns:^n\w1. Get M4A1 and Deagle ^n\w2. Get AK47 and Deagle ^n3. Get Galil and Deagle ^n0. Exit^n", 10, "rod" )
}