setWeaponPickupPrice

Revision as of 18:49, 7 May 2020 by Mex (talk | contribs) (Created page with "{{ScriptItem |endpoint = client |type = function |name = setWeaponPickupPrice |usage = set the price required for a weapon pickup |parameters = int weaponId, int price |parame...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

setWeaponPickupPrice

Signature: void setWeaponPickupPrice(int weaponId, int price)

Usage: set the price required for a weapon pickup

Parameters

int weaponId The weapon ID.
int price The price for the pickups of a certain weapon type.

Return

void

On failure: void