added aduty system + added ChatService.BroadcastDutyAdmin + fixes in report system + added paaqos busdriver job
This commit is contained in:
13
ReallifeGamemode.Server/Util/UserHelper.cs
Normal file
13
ReallifeGamemode.Server/Util/UserHelper.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Collections;
|
||||
using GTANetworkAPI;
|
||||
|
||||
namespace ReallifeGamemode.Server.Util
|
||||
{
|
||||
static class UserHelper
|
||||
{
|
||||
public static List<Client> dutyAdmins = new List<Client>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user