Jump to content

Recommended Posts

Posted (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 ...

1560217739.png

Edited by Gummik
Posted
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.

Posted (edited)
5 minutes ago, joew said:

 

that's what I did, and do not work.

i Use 5 Gmail account.

Edited by Rayork
Posted

Hello, first of all thanks for sharing.

I’m running under debina 8.1 Jessy and I find myself with the following errors...

 

Quote

extasia@vmi272879:/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 ? 

 

 

 

 

Posted (edited)

ty for reply

its ok so now i  have this error :   

 

the server crash on clique on " get code " boutton

 

DATABASE IS WORKING
[2019-06-12T23:12:20.599] [WARN] default - 'SELECT * FROM vehicles WHERE factionName = 'Hospital'' ends with: 1.004s
[2019-06-12T23:12:20.600] [WARN] default - 'SELECT * FROM business INNER JOIN barbershop ON business.id = barbershop.id' ends with: 0.999s
[2019-06-12T23:12:20.600] [WARN] default - 'SELECT * FROM business INNER JOIN clothingshop ON business.id = clothingshop.id' ends with: 0.998s
[2019-06-12T23:12:20.601] [WARN] default - 'SELECT * FROM business INNER JOIN cheapcardealership ON business.id = cheapcardealership.id' ends with: 0.998s
[2019-06-12T23:12:20.601] [WARN] default - 'SELECT * FROM business INNER JOIN commercialcardealership ON business.id = commercialcardealership.id' ends with: 0.998s
[2019-06-12T23:12:20.602] [WARN] default - 'SELECT * FROM business INNER JOIN gasstation ON business.id = gasstation.id' ends with: 0.998s
EMAIL SERVER READY!

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
   at void Bootstrapper.EventInternalClass.OnPlayerRemoteEvent(ushort playerId, ulong eventHash, uint argsCount, IntPtr args)
Aborted

 

Edited by Blake Harper

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...