EquipPlayerWeaponSlot: Difference between revisions

From Onset Developer Wiki
No edit summary
Line 7: Line 7:
{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|player|The player identifier.}}
{{FuncParam|player|The player identifier.}}
{{FuncParam|weaponslot|The weapon slot (range 0 - 3)}}
{{FuncParam|weaponslot|The weapon slot (range 1 - 3)}}


{{FuncReturnValue|This function returns ''true''' on success.}}
{{FuncReturnValue|This function returns ''true''' on success.}}

Revision as of 17:32, 16 July 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

Template:WeaponFunctions