How to give a player an AWP with 1 bullet.
This code:
Code:
cs_set_weapon_ammo(give_item(id, "weapon_awp"), 1);
cs_set_user_bpammo(id, CSW_AWP, 0);
Is not working because when I fire that 1 bullet I "have", bpammo RESETS and it shows 0/30 and it reloads the gun and I have 10/30.
How to fix that?
Thanks.
__________________