Jump to content

Recommended Posts

Posted (edited)

Hello everyone, I ran into the problem of calling Native, I try to call the native from the server, but even after the example it does not call, I did not find how to call it from the client on the forum, and how can I get it from the server? Here is the code I used.

 

    mp.events.add("playerReady", (player) => {
			player.invoke('0xBBAF4B768DDB7572', player, true) // FREEZE_player
            player.invoke('0x96DEC8D5430208B7', player, false); // RENDER_DISPLAY_CASH
            player.invoke('0x170F541E1CADD1DE', player, true); // UPDATE_DISPLAY_CASH
            player.invoke('0x0772DF77852C2E30', player, 1000, 100); // SET_CHANGE_CASH
)};

 

Edited by cheeck

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