Jump to content

Evgeniy_Moguchiy

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by Evgeniy_Moguchiy

  1. Unfortunately, I didn't use it, but u can try. Idk is it a good one or not, just try. Btw, it's better to write your own one.
  2. Try to make this method static.
  3. Try to close the car after creating it. vehicle.locked = true;
  4. Check if there is correct path to your GTA 5 folder in rage:mp launcher. If it is correct, where did you buy the game? (Steam, epic games, etc.)
  5. The problem was solved. Closed.
  6. Hello everyone, I have an error when I start the server on linux (c# server-side); on windows it works well. Here you can see server_log: Starting RAGE Multiplayer server... [=========================================================] MaxPlayers: 100 Sync rate: 40 Name: RAGE:MP Unofficial server Gamemode: freeroam Streaming distance: 500 Announcement: disabled Voice chat: disabled Address: 127.0.0.1:22005 Connection limits: disabled Encryption: disabled NodeJS: enabled C#: enabled [=========================================================] [N] Starting network... - OK: (IPv4-only) at 127.0.0.1:22005 (node:3703) ExperimentalWarning: The ESM module loader is experimental. Loading packages Initializing bridge (0.3.7.0).. This is not a published, standalone application and we are unable to locate the .NET Core SDK. Please make sure that it is installed; see http://microsoft.com/net/core for more details. Initializing Bootstrapper.dll (0.3.7.0).. -> SERVER STARTED AT 6/9/20 8:13:54 PM Unable to load acl.xml ACLEnabled: False Loaded 452 entries from vehicleData.json Loading resources.. -> Starting MyServer resource.. MyServer: loading scripts.. found 1 script(s) MyServer: instantiating MyServer.Main.. Aborted There is no errors and no exceptions. So, I don't have any ideas what the problem is... I hope you can help me fix this. Thank you!
  7. Upd. The problem was solved by removing and redownloading the latest server build.
  8. Hello everyone! Recently, I've tried to use latest server build for rage mp beta version, but I've had an error when I tried to add a 'Bootstrapper.dll' as a reference. The error was: 'The reference is invalid or unsupported.'. Why is it so?
  9. I don't understand, you write that you saved that code into the index.js, but the code is written on C#, then you have to choose one of the languages... In that code you have made a mistake here: uint veh = NAPI.Util.GetHashKey(name); VehicleHash veh = NAPI.Util.VehicleNameToModel(name); Two variables have the same name.
  10. The problem had been solved.
  11. /del
  12. Can you show the value of 'vehicle' variable?
  13. Sorry, but I don't understand what the problem is. Can you explain a bit more? (Maybe, video/screenshots).
  14. Where are you trying to create an account?
  15. Can you show your code?
  16. You can use a timer when player leaves the vehicle. After timer finishes you check: if there's someone in the car or not. Then if the car is empty, you just delete car and spawn a new car on coords you need.
  17. Hello guys! I want to ask you about point that player creates in its map. (When player choose the position in map and click for it). I want to get this position coords and set it to another player too. Which functions should I use on client/server side? (JS). Thanks!
  18. For me it is working only on mobile phone internet
  19. Really? As I understand it is working, but not for all people ;D
  20. Доброго времени суток, может кто знает, почему мост под линукс с сервера убрали? 404 выбивает при попытке скачать.
  21. Hello, where can I download bridge for linux now? It isn't on the server and I have error 404 when I try to use this link:https://cdn.rage.mp/lin/bridge-linux-037.tar.gz Thanks for answers!
  22. Привет. Почему у меня не работает <input type="range" min="0" max="1" value="0.5" step="0.1"/> ? В браузере работает, в игре не двигается ползунок. Как можно исправить? Why isn't working? <input type="range" min="0" max="1" value="0.5" step="0.1"/> In browser it works, but in game isn't works. How to fix it?
×
×
  • Create New...