Jump to content

[BUG] Rage MP C# Server-Side 1.1: Missing Methods


VaultBoy_1337

Recommended Posts

Good day. I recently decided to migrate my server to a newer version of RageMP (up to 1.1) and ran into the problem of missing some methods (methods related to ColShape, TextLabel and Blip's).
I know for sure that version 1.1 is installed on the RageMP client and server: the client logs into the server without any problems and the server supports NetCore 3.1.
When starting a server with a connected resource, this error occurs:

r1KSShOh3SA.jpg?size=687x665&quality=96&

Code:

kofUtHhOoKE.jpg?size=1609x113&quality=96


At the same time, the server works without problems and you can go to it - the function for creating Blip simply does not work.

Then I tried to replace Bootstrapper.dll on the server (in the runtime folder) with Bootstrapper.dll from a C # project. And this measure helped, but not completely: this time the server was creating a Blip (there was no error during creation and it was displayed on the minimap), but an error occurred when calling the NAPI.ColShape.IsPointWithinColshape method.

 

51uhFN7Swdo.jpg?size=675x343&quality=96&

 

Then I found out that the original Bootstrapper.dll files (before replacing the one described above) are different on the server and in the project:

DaHyo1fAexc.jpg?size=1071x659&quality=96

Zf_rA15NZEM.jpg?size=1140x658&quality=96

In this case, the project uses this version of the API:

UkatnF3w6yg.jpg?size=905x101&quality=96&

Please help me solve this problem.

Link to comment
Share on other sites

  • 1 year 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
  • Recently Browsing   0 members

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