EquipPlayerWeaponSlot

From Onset Developer Wiki
Revision as of 20:40, 18 December 2019 by 28days (talk | contribs)
EquipPlayerWeaponSlot

Type: Function
Context: Server
Introduced: v1.0

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

EquipPlayerWeaponSlots(playerId, 1)

See also

Template:WeaponFunctions