VaultBoy_1337 Posted January 20, 2021 Share Posted January 20, 2021 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: Code: 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. 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: In this case, the project uses this version of the API: Please help me solve this problem. Link to comment Share on other sites More sharing options...
hash_ Posted March 19, 2022 Share Posted March 19, 2022 did u fix this? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now