Enum SpecialAction
Contains all special actions.
public enum SpecialAction
Fields
Carry = 25Player is carrying.
Cuffed = 24Player is cuffed.
Dance1 = 5Player is dancing. (Style 1)
Dance2 = 6Player is dancing. (Style 2)
Dance3 = 7Player is dancing. (Style 3)
Dance4 = 8Player is dancing. (Style 4)
DrinkBeer = 20Player is drinking a beer.
DrinkSprunk = 23Player is drinking sprunk.
DrinkWine = 22Player is drinking wine.
Duck = 1Player is ducking.
EnterVehicle = 3Player is entering a vehicle.
ExitVehicle = 4Player is leaving a vehicle.
HandsUp = 10Player is holding his hands up.
None = 0Nothing.
Pissing = 68Player is pissing.
Sitting = 12Player is sitting.
SmokeCiggy = 21Player is smoking a cigarette.
StopUseCellphone = 13Player stops using a cellphone.
UseCellphone = 11Player is using a cellphone.
UseJetpack = 2Player is using a jetpack.