Problème gamemode militaryrp

  • Initiateur de la discussion ChristopheVH
  • Date de début
  • Initiateur de la discussion
ChristopheVH

ChristopheVH

Geek
Messages
111
Score réaction
17
Points
95
Bonsoir à tous,

j'ai un problème quand je rejoins mon serveur, je spawn en connecting/joigning et non en citoyen.

Mes erreurs dans mon console quand on se connecte sont :
[ERROR] A runtime error has occurred in "gamemodes/militaryrp/gamemode/modules/base/sv_gamemode_functions.lua" on line 696.
The best help I can give you is this:

DarkRP was unable to introduce player "Damon Stark" to the game. Expect further errors and shit generally being fucked!

Hints:
- This error most likely does not stand on its own, and previous serverside errors have a very good chance of telling you the cause.
- Note that errors from another addon could cause this. Specifically when they're thrown during 'PlayerInitialSpawn'.
- This error can also be caused by some other addon returning a value in 'PlayerInitialSpawn', though that is less likely.
- Errors in your DarkRP configuration (jobs, shipments, etc.) could also cause this. Earlier errors should tell you when this is the case.

The responsibility for the error above lies with (the authors of) one (or more) of these files:

------- End of Simplerr error -------

[ERROR] A runtime error has occurred in "gamemodes/militaryrp/gamemode/modules/base/sv_gamemode_functions.lua" on line 696.
The best help I can give you is this:

DarkRP was unable to introduce player "Koda" to the game. Expect further errors and shit generally being fucked!

Hints:
- This error most likely does not stand on its own, and previous serverside errors have a very good chance of telling you the cause.
- Note that errors from another addon could cause this. Specifically when they're thrown during 'PlayerInitialSpawn'.
- This error can also be caused by some other addon returning a value in 'PlayerInitialSpawn', though that is less likely.
- Errors in your DarkRP configuration (jobs, shipments, etc.) could also cause this. Earlier errors should tell you when this is the case.

The responsibility for the error above lies with (the authors of) one (or more) of these files:

------- End of Simplerr error -------

[ERROR] A runtime error has occurred in "[C]" on line -1.
The best help I can give you is this:

DarkRP was unable to introduce player "Damon Stark" to the game. Expect further errors and shit generally being fucked!

Hints:
- This error most likely does not stand on its own, and previous serverside errors have a very good chance of telling you the cause.
- Note that errors from another addon could cause this. Specifically when they're thrown during 'PlayerInitialSpawn'.
- This error can also be caused by some other addon returning a value in 'PlayerInitialSpawn', though that is less likely.
- Errors in your DarkRP configuration (jobs, shipments, etc.) could also cause this. Earlier errors should tell you when this is the case.

The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. function 'Spawn'
2. gamemodes/base/gamemode/player.lua on line 115
------- End of Simplerr error -------

[ERROR] A runtime error has occurred in "[C]" on line -1.
The best help I can give you is this:

DarkRP was unable to introduce player "Koda" to the game. Expect further errors and shit generally being fucked!

Hints:
- This error most likely does not stand on its own, and previous serverside errors have a very good chance of telling you the cause.
- Note that errors from another addon could cause this. Specifically when they're thrown during 'PlayerInitialSpawn'.
- This error can also be caused by some other addon returning a value in 'PlayerInitialSpawn', though that is less likely.
- Errors in your DarkRP configuration (jobs, shipments, etc.) could also cause this. Earlier errors should tell you when this is the case.

The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. function 'Spawn'
2. gamemodes/base/gamemode/player.lua on line 115
------- End of Simplerr error -------

[ERROR] A runtime error has occurred in "[C]" on line -1.
The best help I can give you is this:

DarkRP was unable to introduce player "Koda" to the game. Expect further errors and shit generally being fucked!

Hints:
- This error most likely does not stand on its own, and previous serverside errors have a very good chance of telling you the cause.
- Note that errors from another addon could cause this. Specifically when they're thrown during 'PlayerInitialSpawn'.
- This error can also be caused by some other addon returning a value in 'PlayerInitialSpawn', though that is less likely.
- Errors in your DarkRP configuration (jobs, shipments, etc.) could also cause this. Earlier errors should tell you when this is the case.

The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. function 'Spawn'
2. gamemodes/base/gamemode/player.lua on line 115
------- End of Simplerr error -------

[ERROR] A runtime error has occurred in "gamemodes/militaryrp/gamemode/modules/base/sv_gamemode_functions.lua" on line 696.
The best help I can give you is this:

DarkRP was unable to introduce player "NiCo" to the game. Expect further errors and shit generally being fucked!

Hints:
- This error most likely does not stand on its own, and previous serverside errors have a very good chance of telling you the cause.
- Note that errors from another addon could cause this. Specifically when they're thrown during 'PlayerInitialSpawn'.
- This error can also be caused by some other addon returning a value in 'PlayerInitialSpawn', though that is less likely.
- Errors in your DarkRP configuration (jobs, shipments, etc.) could also cause this. Earlier errors should tell you when this is the case.

The responsibility for the error above lies with (the authors of) one (or more) of these files:

------- End of Simplerr error -------


ensuite j'ai ceci une fois set team:
[fas20] gamemodes/militaryrp/gamemode/modules/money/sv_money.lua:7: attempt to perform arithmetic on a nil value
1. addMoney - gamemodes/militaryrp/gamemode/modules/money/sv_money.lua:7
2. unknown - gamemodes/militaryrp/gamemode/modules/base/sv_gamemode_functions.lua:267
3. FireBullets - [C]:-1
4. FireBullet - lua/weapons/fas2_base/sh_bullet.lua:64
5. unknown - lua/weapons/fas2_base/shared.lua:790
[fas20] gamemodes/militaryrp/gamemode/modules/money/sv_money.lua:7: attempt to perform arithmetic on a nil value
1. addMoney - gamemodes/militaryrp/gamemode/modules/money/sv_money.lua:7
2. unknown - gamemodes/militaryrp/gamemode/modules/base/sv_gamemode_functions.lua:267
3. FireBullets - [C]:-1
4. FireBullet - lua/weapons/fas2_base/sh_bullet.lua:64
5. unknown - lua/weapons/fas2_base/shared.lua:790

Merci d'avance pour votre aide.

Je possède Discord/TS.

Bonne soirée.

Nico
 
thepsyca

thepsyca

Psychopathe
Messages
2 164
Score réaction
648
Points
365
Sans titre.png

Tu n'aurais pas toucher à ton darkrp modification avant que l'erreur apparaisse ? ( surement ton jobs.lua)
 
  • Initiateur de la discussion
ChristopheVH

ChristopheVH

Geek
Messages
111
Score réaction
17
Points
95
thepsyca à dit:
Regarde la pièce jointe 7607
Tu n'aurais pas toucher à ton darkrp modification avant que l'erreur apparaisse ? ( surement ton jobs.lua)

Hello,

J'ai effectuer ceci: https://pastebin.com/86PkTFJ2
 
Discord d'entraide
Rejoignz-nous sur Discord