Add ChatService, Folder for Managers
This commit is contained in:
15
Server/Services/ChatService.cs
Normal file
15
Server/Services/ChatService.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using GTANetworkAPI;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace reallife_gamemode.Server.Services
|
||||
{
|
||||
class ChatService
|
||||
{
|
||||
public static void NotAuthorized(Client player)
|
||||
{
|
||||
player.SendChatMessage("~r~[FEHLER]~s~ Du kannst diesen Befehl nicht ausführen.");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user