add fahrschule

This commit is contained in:
michael.reiswich
2021-04-02 16:47:49 +02:00
parent 165e871476
commit 0d8f76df3e
5 changed files with 10 additions and 7 deletions

View File

@@ -190,7 +190,7 @@ namespace ReallifeGamemode.Server.DrivingSchool
veh.Position = sVeh.Position;
veh.Rotation = new Vector3(0, 0, sVeh.Heading);
user.Position = new Vector3(-813.17, -1354.5, 4.14);
user.Position = new Vector3(-814.39, -1336.76, 5.15);
}
[RemoteEvent("drivingSchoolEvent")]
@@ -304,7 +304,7 @@ namespace ReallifeGamemode.Server.DrivingSchool
veh.Position = sVeh.Position;
veh.Rotation = new Vector3(0, 0, sVeh.Heading);
user.Position = new Vector3(-813.17, -1354.5, 4.14);
user.Position = new Vector3(-814.39, -1336.76, 5.15);
}
[RemoteEvent("bikeSchoolEvent")]