Jump to content

Help with notifys


Laf

Recommended Posts

Hello. i have problems with my notifys. My notifys only show when iam go into a car. I use Server version 0.3.7. Example Code from me: 

1. Code: (Clientside)
mp
.events.add("client:fib:showOrtung", (posXposYposZ=> {
  var dispatchTime = new Date().getTime();
  var ortungDispatch = "ortungDispatch_";
  mp.game.graphics.notify("Neue Ortung eingegangen.");

2. Code: (Serverside)
            {
                player.notify("~r~Admin Kleidung Angezogen");
            }   
      });
Edited by Laf
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...