zp_ammopacks_get

Returns a player's ammo pack count.

Syntax

native zp_ammopacks_get(id) /** * Sets a player's ammo pack count. * * @param id Player index. * @param amount New quantity of ammo packs owned. */ native zp_ammopacks_set(id, amount)

Usage

id Player index.

Return

Number — of ammo packs owned.

Defined in zp50_ammopacks.inc at line 24 . This documentation was automatically generated from source.