public Task_GiveBullet(id){ id -= TASK_BULLET if (cs_get_weapon_ammo(get_pdata_cbase(id, 373)) >= 1) return cs_set_weapon_ammo(find_ent_by_owner(-1, "weapon_usp", id), 1)}