Evgeniy_Moguchiy
Members-
Posts
29 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Everything posted by Evgeniy_Moguchiy
-
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.
-
Try to make this method static.
-
Try to close the car after creating it. vehicle.locked = true;
-
Error starting c# server-side on linux
Evgeniy_Moguchiy replied to Evgeniy_Moguchiy's topic in Server
The problem was solved. Closed. -
Error starting c# server-side on linux
Evgeniy_Moguchiy replied to Evgeniy_Moguchiy's topic in Server
birdge version 0.3.7 -
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!
-
Upd. The problem was solved by removing and redownloading the latest server build.
-
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?
-
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.
-
Can you show the value of 'vehicle' variable?
-
Sorry, but I don't understand what the problem is. Can you explain a bit more? (Maybe, video/screenshots).
-
Where are you trying to create an account?
-
Can you show your code?
-
How to respawn a vehicle if nobody is using it
Evgeniy_Moguchiy replied to Wylly93's topic in Discussion
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. -
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!
-
For me it is working only on mobile phone internet
-
Really? As I understand it is working, but not for all people ;D
-
Доброго времени суток, может кто знает, почему мост под линукс с сервера убрали? 404 выбивает при попытке скачать.
-
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!
-
Привет. Почему у меня не работает <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?
