you're headler isn't finished, if you chose 1 it wont give you AWP, only the print chat
you must do smth like
PHP Code:
case 0: {
give_item(id,"weapon_awp");
cs_set_user_bpammo(id, CSW_AWP,30);
client_print(id, print_chat, "You have selected AWP");
}
then it will work, also you must strip weapons before, giving items
__________________