SAMP.NET/sampdotnet/API/Enums/CameraMode.cs

20 lines
614 B
C#
Raw Normal View History

2022-08-27 17:10:32 +00:00

2022-08-27 17:16:44 +00:00
namespace SAMP.API
{
public enum CameraMode : int
{
TramTrain = 3,
OnFootChase = 4,
SniperAim = 7,
RPGAim = 8,
ChaseCinematicSprayGarage = 15,
FrontCloseupCar = 16,
NormalCarChase = 18,
BoatChase = 22,
Picture = 46,
HeatseekerAim = 51,
OverShoulderOnFootWeaponAim = 53,
PassengerWindow = 55,
NewsReporterChaseCinematic = 56
};
};