Jump to content

padcmoi

Members
  • Posts

    35
  • Joined

  • Last visited

Everything posted by padcmoi

  1. padcmoi

    fermé

    projet fermé
  2. padcmoi

    fermé

    projet fermé
    can not be synced the nitrous, strange
  3. padcmoi

    Synced Nitro

    can not be synced the nitrous, strange
  4. Hello, I would like to know how to use this server configuration ("fastdl-host"), in server option - I tried the following syntax: "fastdl-host", "http://examplehostname.com/client_package/", but that does not seem to work, in addition no trace of LOG on remote servers So I would like to know how to use this feature and even an example, so of course it allows to get the files from another server, because by default, the client packages are heavy and can saturate the bandwidth of the server. This feature appeared on August 27th,Ref: https://rage.mp/forums/topic/2353-27th-august-recent-development-progress/ Cordially
  5. Hello, Yes, but the function vehicle::neonEnable is buggy in contrary to the client-side function setNeonLightEnabled , for my part vehicle::neon, works 1 time out of 3 at each refresh of the server. There is not another method ?, to use the client side function and above visible of everyone, because of callbacks to this command call(), only the owner can see the neon lights Cordially
  6. Hello, i would like use this command server side, I am looking for a command or a method similar to this command but server side vehicle.setModColor1(5, 0, 0); vehicle.setModColor2(5, 0); it seems to be available only on the client side, It not possible use a callback server-side as player.call("setModColor1"); because I would be the only one to be able to see the change, Cordially
  7. Hello, Your base gamemode have a big problem with the last version of RageMp server on Linux Only, on Windows work very well with the last version of NodeJs, the problem is only on Linux can you see if your gamemode using NodeJs work with this last version ? me i get a Segmentation fault now, with any warns on the database [WARN] default - 'SELECT * FROM business INNER JOIN gass but these warns appear already with the old version of ragemp, a council does not send a message on the support discord, they will not help you and will ban you Cordialy
    your script use the peer to peer, the players IP are know so its bad, a script webrtc will be better no ?
  8. i tried /inventory but i get this : You don't have any iteam in your inventory for /contacts i get you don't have nay phone i your hand for the items i searched in the city, but i dont found
  9. I can not use the phone, I tried / phone 1 - 5 and also / call I tried adding 1 at phone in the database i get always the same message you don't have any phone in your hand
  10. Hello, i will do it is there a popular server that uses your gamemode? to have a demonstration of what can do? Fivestart, Gmvp, Eclipse-Rp StateVn, AdAstra, Alternate-life, etc.
  11. for refill the vehicle ? how you do? how use you the phone sms, i seen it in the script
  12. he seem than i have a bank account, but i found not of bank, maybe must i add on the map, but how, using a command ? add in the code source, exist he a wiki for the command ?
  13. what format uses you for the password in accounts, i try md5 but dont work resolved
  14. Great the answer was None, its a good answer lol, you forgot 1 thing, compile it Thank you very much
  15. i have the same problem than on linux, and i get a random crash for the same error message, i become fool System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: The host 127.0.0.1 does not support SSL connections. possible of disabled the ssl ? if yes how what is the line exact for disabled it line 36: connectionString = "SERVER=" + host + "; DATABASE=" + db + "; UID=" + user + "; PASSWORD=" + pass + "; SSLMODE=required;";
  16. yes its did i am installing visual studio now on the server for compile it, but i have any doubt on this : 9.Make sure your solution has linked the gtanetwork.api and MySql.Data Nugets, if not, add them gtanetwork.api i dont understand, i was on this website https://www.nuget.org/packages/gtanetwork.api/ but i see not how install it
  17. Thank for this fast answer, other thing, if you are interressed i am seeing with a developper C# for compile to for linux
  18. Hello, maybe I don't understand your message, but when you say than you installed your database on linux server, do you have install & compile the Gamemode under Linux?, if yes I am interested in your librairies .so and your method, and linux distribution
  19. Hello, However, I have a problem, I finally stopped the installation on a Linux dedicated server, to look at the installation on a server Windows 2008 Server, I have a problem, how do I install RAGE Multiplayer, when the server does not have 3D card?, how did you do it? it seems that the RAGE Multiplayer.msi requires a 3D graphics card I hope you're not going to tell me, you're hosting your server on your computer at home, with your internet connection. I am very worried LOL
  20. Hello, how get it bin/Debug/netcoreapp2.0/WiredPlayers.dll i didnt found this file in the github Cordially
  21. Hello, customize, but what ?, each script, each code has an error, its an open source role play server, there is more bug than microsoft windows 95 when it was released, same this funtion dont work by example, she detect not the players near except the owner getNearestPlayerInRange(position, range) { const playersInRange = this.getPlayersInRange(position, range); if (!playersInRange) return false; let nearestPlayer = 0; for (const player of playersInRange) { if (player.dist(position) < playersInRange[nearestPlayer].dist(position)) { nearestPlayer = playersInRange.indexOf(player); } } return playersInRange[nearestPlayer]; } I challenge you to find someone who has use it in a devellopement project, the answer nothing on his personal server these functions work, I do not agree with the title on github, wrote beta or unstable role play server, but not open source role play server. I chose his gamemode to have a base on which to devellop, but almost every script has an error, I write this message so that others do not fall into this trap
  22. Hello, this script does not seem to work, moreover there is no command to define a leader like / sethospitalleader. I tried to add myself as factionName in the database -> table usersFaction -> Font but no result, I tried to assign a vehicle to the Police faction, but it does not spawn, I made the same manipulation for Hospital, I managed to spawn the vehicle. So Bug? Syntax error? missing code in the script? there are really nothing who work on this gamemode... can you look on what you propose on Github, because it is a lot of problem for a gamemode, on github, it seems that you have not specified in beta this gamemode i killed an other player for tested, this script dont work, nothing violation
×
×
  • Create New...