hey how can i convert a CSW_ weapon name into a weapon_ weapon name?
i'd like to set unlimited ammo for a weapon but then I first need to find what weapon the player is carrying,
so id have to use the native get_user_weapon first and then cs_set_weapon_ammo.
but the result of get_user_weapon is in CSW_ format and the set_user_ammo is in weapon_ format.