Add ChatService, Folder for Managers
This commit is contained in:
10
Server/Managers/.gitkeep
Normal file
10
Server/Managers/.gitkeep
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace reallife_gamemode.Server.Managers
|
||||||
|
{
|
||||||
|
class _
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
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