Sign in to follow this  
trolovecro

.js client side events?

Recommended Posts

Hi guys, yesterday I tried this code for client side js:

mp.events.add("playerSpawn", () => {
     mp.gui.chat.push("You just spawned");
});

and its doesnt work. Just like "playerJoin" or other events on client side.

Also i tried for "render" event,and its worked just fine.

Can you explain why client side events wont work?

(my script is added in index.js) 

Share this post


Link to post
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
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.