This commit is contained in:
VegaZ
2018-09-24 23:08:17 +02:00
parent c245d695d8
commit b2b9ec05c9
5 changed files with 42 additions and 7 deletions

View File

@@ -62,7 +62,6 @@ namespace reallife_gamemode.Server.Commands
Vehicle v = NAPI.Vehicle.CreateVehicle(hash, player.Position, player.Rotation.Z, color1, color2);
player.SetIntoVehicle(v.Handle, -1);
player.SendChatMessage("Maxspeed: + " +player.Vehicle.MaxSpeed + "");
}
[Command("fv")]