Delegate PlayerWeaponChangeDelegate
Namespace: AltV.Net.Events
Assembly: AltV.Net.dll
Syntax
public delegate void PlayerWeaponChangeDelegate(IPlayer player, uint oldWeapon, uint newWeapon);
Parameters
Type | Name | Description |
---|---|---|
IPlayer | player | |
System.UInt32 | oldWeapon | |
System.UInt32 | newWeapon |