Jump to content
RAGE Multiplayer Community

Diamond Casino & Resort/1.47 Hashes


rootcause
 Share

Recommended Posts

  • 3 months later...
  • 2 months later...

For anyone still having that "Invalid Native" Error: 

The Native that worked for me is "0xC1F1920BAF281317". So you would have to change it from: 

mp.game.invoke("0x8D8338B92AD18ED6", phIntID, propName, 1); // _SET_INTERIOR_PROP_COLOR

To: 

mp.game.invoke("0xC1F1920BAF281317", phIntID, propName, 1); // _SET_INTERIOR_PROP_COLOR

 

Edited by LPwithPaul
Link to comment
Share on other sites

  • 1 month later...

Thank you @rootcause for the great info!

In C#, I use the below to request the casino interior in [ServerEvent(Event.ResourceStart)]. However, it does not work on my server. Can anyone give an example of requesting IPL for C# case? Also, anyone knows the interiorID of Diamond Casino?

NAPI.World.RequestIpl(iplName);
Link to comment
Share on other sites

  • 7 months later...
  • 2 months later...

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
 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...