Enum PlayerSpecialAction
Represents the special actions a player can perform.
public enum PlayerSpecialAction
Fields
Beer = 20The player is drinking beer.
Carry = 25The player is carrying something.
Cellphone = 11The player is using a cellphone.
Cuffed = 24The player is cuffed.
Dance1 = 5The player is performing the first dance animation.
Dance2 = 6The player is performing the second dance animation.
Dance3 = 7The player is performing the third dance animation.
Dance4 = 8The player is performing the fourth dance animation.
Duck = 1The player is ducking.
EnterVehicle = 3The player is entering a vehicle.
ExitVehicle = 4The player is exiting a vehicle.
HandsUp = 10The player has their hands up.
Jetpack = 2The player is using a jetpack.
None = 0No special action is being performed.
Pissing = 68The player is performing the pissing action.
Sitting = 12The player is sitting.
Smoke = 21The player is smoking.
Sprunk = 23The player is drinking Sprunk.
StopCellphone = 13The player has stopped using a cellphone.
Wine = 22The player is drinking wine.