EquipPlayerWeaponSlot: Difference between revisions
From Onset Developer Wiki
No edit summary |
|||
Line 13: | Line 13: | ||
== Example == | == Example == | ||
<syntaxhighlight lang="Lua> | <syntaxhighlight lang="Lua> | ||
EquipPlayerWeaponSlot(playerId, 1) | |||
</syntaxhighlight> | </syntaxhighlight> | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{WeaponFunctions}} | {{WeaponFunctions}} |
Revision as of 23:02, 30 January 2020
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)