Jump to content

Render


Molekulė

Recommended Posts

  • 2 weeks later...

Hi, yes, you can.
I don't know in what language do you want it, i will show in JS.
So, first you need to create a event in client-side:

mp.events.add("SendDataToClient", (somedata) => {
	mp.gui.chat.push(somedata) // Just for debug.
}

And after you just call the function from server-side:

player.call("SendDataToClient", [data]);

I hope this helps you! :)

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...