/// <summary> /// Create a new ped /// </summary> public Ped(PedModel model, Vector3 position, float rotation = 0.0f) : this(MtaClient.CreatePed((int)model, position.X, position.Y, position.Z, rotation)) { }