added menu to choose bus route

This commit is contained in:
2019-09-12 22:20:20 +02:00
parent dd67fd857a
commit 11d28defb3
3 changed files with 5 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ using System.Text;
using GTANetworkAPI;
using ReallifeGamemode.Server.Util;
using Newtonsoft.Json;
using GTANetworkAPI;
using ReallifeGamemode.Server.Services;
namespace ReallifeGamemode.Server.Job
{
@@ -56,6 +58,7 @@ namespace ReallifeGamemode.Server.Job
[RemoteEvent("startBusRoute")]
public void StartBusRoute(Client player, string type)
{
ChatService.Broadcast("func start");
if (type == "Kurz 1")
{
CheckPointHandle.StartCheckPointRoute(player, Route1);