add option to call taxi service in interaction menu (key down)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using GTANetworkAPI;
|
||||
using ReallifeGamemode.Server.Entities;
|
||||
using ReallifeGamemode.Server.Extensions;
|
||||
using ReallifeGamemode.Server.Job;
|
||||
using ReallifeGamemode.Server.Util;
|
||||
using System.Collections.Generic;
|
||||
|
||||
@@ -88,5 +89,10 @@ namespace ReallifeGamemode.Server.Services
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
public static void BroadcastJob(string message, JobBase job)
|
||||
{
|
||||
job.GetUsersInJob().ForEach(c => c.SendChatMessage(message));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user