Gummik 0 Posted June 10 8 hours ago, MarkCavalli said: fixed yes @SamBradley npm run build. Seems you dont have any files in packages Thanks you ❤️ You can add Vehicle syns? ( Car damag = relog = Car OK) Maybe add vehicle sync for damage car please ? Share this post Link to post Share on other sites
joew 7 Posted June 10 1 hour ago, Gummik said: Thanks you ❤️ You can add Vehicle syns? ( Car damag = relog = Car OK) Maybe add vehicle sync for damage car please ? He isn't adding new functions to this project, he's just fixing bugs. There are a resource that do that you want. I don't knew enough C# to use them, but you can try, maybe you have better luck than me: If you can convert it to work on this release and can share will be perfect 1 Share this post Link to post Share on other sites
Gummik 0 Posted June 11 (edited) 8 hours ago, joew said: He isn't adding new functions to this project, he's just fixing bugs. There are a resource that do that you want. I don't knew enough C# to use them, but you can try, maybe you have better luck than me: If you can convert it to work on this release and can share will be perfect ok i test this thanks and again small bug buy car -> disconnect player -> connect player-> duplication buys car -> again reconnect 3x Car :'D ... Here is screen with garage ->> 3x Reconnect :'D ... Edited June 11 by Gummik Share this post Link to post Share on other sites
Zow 0 Posted June 11 I dont know how to explain I mean you can type "-" to the box not only number Share this post Link to post Share on other sites
joew 7 Posted June 11 10 hours ago, Zow said: I dont know how to explain I mean you can type "-" to the box not only number Open the file: RAGEMP\server-files\app\client\Browsers\ATM\atm.html Replace: doTransaction: function() { if (this.transactionType === "getCash") this.getCash(); else if (this.transactionType === "putCash") this.putCash(); else if (this.transactionType === "getTaxMoney") this.getTaxMoney(); else if (this.transactionType === "putTaxMoney") this.putTaxMoney(); this.inputValue = 0; }, to: doTransaction: function() { if (this.inputValue > 0) { if (this.transactionType === "getCash") this.getCash(); else if (this.transactionType === "putCash") this.putCash(); else if (this.transactionType === "getTaxMoney") this.getTaxMoney(); else if (this.transactionType === "putTaxMoney") this.putTaxMoney(); this.inputValue = 0; } }, I didn't tested it, but it could fix your problem. Share this post Link to post Share on other sites
Rayork 1 Posted June 11 Hello, I try for a while to make NodeMailer walk, but can not. I activate applications to access my email. May I need to indicate my email and password in a .js? Screen: http://prntscr.com/o0ng4o Share this post Link to post Share on other sites
joew 7 Posted June 11 1 hour ago, Rayork said: Hello, I try for a while to make NodeMailer walk, but can not. I activate applications to access my email. May I need to indicate my email and password in a .js? Screen: http://prntscr.com/o0ng4o Share this post Link to post Share on other sites
Rayork 1 Posted June 11 (edited) 5 minutes ago, joew said: that's what I did, and do not work. i Use 5 Gmail account. Edited June 11 by Rayork Share this post Link to post Share on other sites
Blake Harper 1 Posted June 12 Hello, first of all thanks for sharing. I’m running under debina 8.1 Jessy and I find myself with the following errors... Quote [email protected]:/home$ ./start.sh Starting RAGE Multiplayer server... [=========================================================] MaxPlayers: 100 Sync rate: 40 Name: [FR/QC/BE][EN DEV] Extasia-Rp Gamemode: roleplay Streaming distance: 500 Announcement: enabled Voice chat: disabled Address: 127.0.0.1:220** Connection limits: disabled Encryption: disabled NodeJS: enabled C#: true [=========================================================] [N] Starting network... - OK: (IPv4-only) at 127.0.0.1:220** (node:3037) ExperimentalWarning: The ESM module loader is experimental. Loading maps: ""fences.xml.json"" loaded ""police.json"" loaded ""prison.json"" loaded ""orangetrees.json"" loaded [M] Announcing into master server... Loading packages "3rd" loaded Error: Error: Cannot find module './packages/3rd' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:587:15) at Function.Module._load (internal/modules/cjs/loader.js:513:25) at Module.require (internal/modules/cjs/loader.js:643:17) at require (internal/modules/cjs/helpers.js:22:18) at getDirectories.forEach.src (<anonymous>:827:341) at Array.forEach (<anonymous>) at _initialize (<anonymous>:827:272) at <anonymous>:833:1 "Basic" loaded Error: Error: Cannot find module './packages/Basic' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:587:15) at Function.Module._load (internal/modules/cjs/loader.js:513:25) at Module.require (internal/modules/cjs/loader.js:643:17) at require (internal/modules/cjs/helpers.js:22:18) at getDirectories.forEach.src (<anonymous>:827:341) at Array.forEach (<anonymous>) at _initialize (<anonymous>:827:272) at <anonymous>:833:1 "Business" loaded Error: Error: Cannot find module './packages/Business' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:587:15) at Function.Module._load (internal/modules/cjs/loader.js:513:25) at Module.require (internal/modules/cjs/loader.js:643:17) at require (internal/modules/cjs/helpers.js:22:18) at getDirectories.forEach.src (<anonymous>:827:341) at Array.forEach (<anonymous>) at _initialize (<anonymous>:827:272) at <anonymous>:833:1 "Character" loaded Error: Error: Cannot find module './packages/Character' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:587:15) at Function.Module._load (internal/modules/cjs/loader.js:513:25) at Module.require (internal/modules/cjs/loader.js:643:17) at require (internal/modules/cjs/helpers.js:22:18) at getDirectories.forEach.src (<anonymous>:827:341) at Array.forEach (<anonymous>) at _initialize (<anonymous>:827:272) at <anonymous>:833:1 "Factions" loaded Error: Error: Cannot find module './packages/Factions' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:587:15) at Function.Module._load (internal/modules/cjs/loader.js:513:25) at Module.require (internal/modules/cjs/loader.js:643:17) at require (internal/modules/cjs/helpers.js:22:18) at getDirectories.forEach.src (<anonymous>:827:341) at Array.forEach (<anonymous>) at _initialize (<anonymous>:827:272) at <anonymous>:833:1 "Jobs" loaded Error: Error: Cannot find module './packages/Jobs' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:587:15) at Function.Module._load (internal/modules/cjs/loader.js:513:25) at Module.require (internal/modules/cjs/loader.js:643:17) at require (internal/modules/cjs/helpers.js:22:18) at getDirectories.forEach.src (<anonymous>:827:341) at Array.forEach (<anonymous>) at _initialize (<anonymous>:827:272) at <anonymous>:833:1 Initializing bridge (0.3.7.0).. [M] Connected to master list. Initializing Bootstrapper.dll (0.3.7.0).. -> SERVER STARTED AT 6/12/19 5:13:16 PM ACLEnabled: True Loaded 451 entries from vehicleData.json Loading resources.. -> Starting admin resource.. -> Error starting admin, resource not found. -> Starting freeroam resource.. -> Error starting freeroam, resource not found. -> Starting welcomemessages resource.. -> Error starting welcomemessages, resource not found.-> Starting assault resource.. -> Error starting assault, resource not found. Started! Waiting for connections.. [P] Plugin bridge.so loaded! Started HTTP server at 220** port. sorry for my bad english im a french y ave the npm package so the command npm is not found .... can you help me ? Share this post Link to post Share on other sites
MarkCavalli 101 Posted June 12 1 час назад, Blake Harper сказал: can you help me ? you need to install npm Share this post Link to post Share on other sites