added menu to choose bus route
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user