I cannot for the life of me figure out why this is getting a runtime error....
cs_set_weapon_ammo(id, 5)
I did a server print also to make sure the "id" was correct and it came back as "1" which is my ID since I'm the only one in the server (my test server).
I tried changing the ammo ammount, at first I was using another function to return the max ammo but then I just changed it to 5 and its still doing it.
Also I tried
cs_set_user_bpammo(id, wpnid, 5)
but that apparently doesn't do anything..... no error no nothing....