for(new i = 0; i < pnum; i++) { player = players[i]; if(is_user_alive(player) && get_user_flags(player) & ADMIN_LEVEL_G) { strip_user_weapons( player) give_item(player, "weapon_deagle") give_item(player, "ammo_50ae") give_item(player, "ammo_50ae") give_item(player, "ammo_50ae") give_item(player, "weapon_knife")
if (!get_pcvar_num(g_menu_active)) return PLUGIN_CONTINUE
if(CurrentRound >= 3) { Showrod(player); } } }
and I didn't have anything, just deagle... even knife was deleted, like the menu that usually shows on the top-left of the screen was deleted too... Like when you choosing between knife and primary weapon it shows you a yellow menu on the top, and with that code it didn't show me anything...
Can anyone help me to fix that...
The stock I gave you was. StripUserWeapons not the fun native