Quote:
Originally Posted by EpicKiller
Oh. Well, I never thought that that would work. Thank you, you made it a lot easier. 
|
Note that this is different from giving a player 4 additional grenades. It enforces that the player has
exactly 4 grenades instead. So if you want to add 4 (so the player can have 8 after two rounds for example) you need to do this:
PHP Code:
cs_set_user_bpammo(id, CSW_HEGRENADE, 4 + cs_get_user_bpammo(id, CSW_HEGRENADE))
__________________