für siga

This commit is contained in:
2019-09-22 17:27:48 +02:00
parent f99178bf25
commit fd3b9b9ebc
8 changed files with 197 additions and 29 deletions

View File

@@ -0,0 +1,6 @@
export default function notificationUtil() {
mp.events.add("SERVER:Util_sendNotification", (player, text) => {
mp.gui.chat.push("sendnotification");
player.SendNotification("" + text);
});
}