Code:
if (get_user_weapon(id, _, _) == CSW_SCOUT || get_user_weapon(id, _, _) == CSW_AWP )
client_printcolor(id, "YOU GOT AWP || SCOUT");
I got few mods messing with each other. One of them gives you free AWP/SCOUT (bf2) but the other one (csdm alike) gives you a menu to choose weapon (which strips previous weps).
I figured out how to fix this but I can't get all user weapons, for some reason it works sometime and sometime it doesn't is there another way to do that except for running this on player spawn ?