EquipPlayerWeaponSlot
From Onset Developer Wiki
Description
Equip the specified weapon slot for the specified player.
Syntax
EquipPlayerWeaponSlot(player, weaponslot)
Parameters
- player
The player identifier. - weaponslot
The weapon slot (range 0 - 3)
Return Value
- This function returns true' on success.
Example
EquipPlayerWeaponSlot(playerId, 1)