für siga
This commit is contained in:
6
ReallifeGamemode.Client/util/notification.ts
Normal file
6
ReallifeGamemode.Client/util/notification.ts
Normal 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);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user