EquipPlayerWeaponSlot: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
Line 17: Line 17:


{{RelatedFunctions}}
{{RelatedFunctions}}
{{WeaponFunctions}}
{{ServerPlayerFunctions}}

Latest revision as of 11:03, 2 September 2020

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 1 - 3)

Return Value

  • This function returns true' on success.

Example

EquipPlayerWeaponSlot(playerId, 1)

See also