Click or drag to resize

PlayerSetArmedWeapon Method

Sets the armed weapon of this player.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public void SetArmedWeapon(
	Weapon weapon
)

Parameters

weapon
Type: SampSharp.Entities.SAMPWeapon
The weapon that the player should be armed with.
See Also