Hi, new to amxx

just wondering now use to these functions...
i want to make it so u cannot reload when ammo == 1-50...
not sure how to tell u...
i have the whole script but this is the part unsure of...
Code:
if(get_user_button(id) & IN_RELOAD) {
if (cs_get_weapon_ammo(id, 1-50))
(get_user_button(id) & IN_RELOAD==0)
I know that the cs_get_weapon_ammo tell us how much a player has
in his clip but i wanna be able to tell if he has any ammo from 1 to 50...
not sure how any ideas plz
Thanks again enjoy my stay here.
__________________