- Initiateur de la discussion
S
surky
Geek suprême
- Messages
- 378
- Score réaction
- 26
- Points
- 125
Bonsoir j'ai un problème avec mon métier vendeur d'armes quand il achete une arme dans le f4 sa spawn la caisse et quand la caisse est charger sa despawn la caisse et l'armes est beug avec cette erreur
There are 3 Lua problems!
Please check your console for more information!
[ERROR] A runtime error has occurred in "[C]" on line -1.
The best help I can give you is this:
spawned_weapon has model "models/weapons/w_deserteagle.mdl" with no physics and will be motionless
Hints:
- Does this model have an associated physics model (modelname.phy)?
- Is this model supposed to have physics? Many models, like effects and view models aren't made to have physics
- The issue lies with weapon "fas2_glock20"
The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. function 'Spawn'
2. gamemodes/darkrp/entities/entities/spawned_shipment/init.lua on line 148
3. gamemodes/darkrp/entities/entities/spawned_shipment/init.lua on line 105
------- End of Simplerr error -------
[ERROR] A runtime error has occurred in "[C]" on line -1.
The best help I can give you is this:
spawned_weapon has model "models/weapons/w_deserteagle.mdl" with no physics and will be motionless
Hints:
- Does this model have an associated physics model (modelname.phy)?
- Is this model supposed to have physics? Many models, like effects and view models aren't made to have physics
- The issue lies with weapon "fas2_glock20"
The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. function 'Spawn'
2. gamemodes/darkrp/entities/entities/spawned_shipment/init.lua on line 148
3. gamemodes/darkrp/entities/entities/spawned_shipment/init.lua on line 105
------- End of Simplerr error -------
[ERROR] A runtime error has occurred in "[C]" on line -1.
The best help I can give you is this:
spawned_weapon has model "models/weapons/w_deserteagle.mdl" with no physics and will be motionless
Hints:
- Does this model have an associated physics model (modelname.phy)?
- Is this model supposed to have physics? Many models, like effects and view models aren't made to have physics
- The issue lies with weapon "fas2_glock20"
The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. function 'Spawn'
2. gamemodes/darkrp/entities/entities/spawned_shipment/init.lua on line 148
3. gamemodes/darkrp/entities/entities/spawned_shipment/init.lua on line 105
------- End of Simplerr error -------
Voici mon armes dans le shipment.lua
DarkRP.createShipment("Desert eagle", {
model = "models/weapons/w_deserteagle.mdl",
entity = "fas2_deagle",
price = 6000,
amount = 1,
separate = false,
noship = false,
allowed = {TEAM_GUN},
category = "Pistolet"
})
Merci
There are 3 Lua problems!
Please check your console for more information!
[ERROR] A runtime error has occurred in "[C]" on line -1.
The best help I can give you is this:
spawned_weapon has model "models/weapons/w_deserteagle.mdl" with no physics and will be motionless
Hints:
- Does this model have an associated physics model (modelname.phy)?
- Is this model supposed to have physics? Many models, like effects and view models aren't made to have physics
- The issue lies with weapon "fas2_glock20"
The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. function 'Spawn'
2. gamemodes/darkrp/entities/entities/spawned_shipment/init.lua on line 148
3. gamemodes/darkrp/entities/entities/spawned_shipment/init.lua on line 105
------- End of Simplerr error -------
[ERROR] A runtime error has occurred in "[C]" on line -1.
The best help I can give you is this:
spawned_weapon has model "models/weapons/w_deserteagle.mdl" with no physics and will be motionless
Hints:
- Does this model have an associated physics model (modelname.phy)?
- Is this model supposed to have physics? Many models, like effects and view models aren't made to have physics
- The issue lies with weapon "fas2_glock20"
The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. function 'Spawn'
2. gamemodes/darkrp/entities/entities/spawned_shipment/init.lua on line 148
3. gamemodes/darkrp/entities/entities/spawned_shipment/init.lua on line 105
------- End of Simplerr error -------
[ERROR] A runtime error has occurred in "[C]" on line -1.
The best help I can give you is this:
spawned_weapon has model "models/weapons/w_deserteagle.mdl" with no physics and will be motionless
Hints:
- Does this model have an associated physics model (modelname.phy)?
- Is this model supposed to have physics? Many models, like effects and view models aren't made to have physics
- The issue lies with weapon "fas2_glock20"
The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. function 'Spawn'
2. gamemodes/darkrp/entities/entities/spawned_shipment/init.lua on line 148
3. gamemodes/darkrp/entities/entities/spawned_shipment/init.lua on line 105
------- End of Simplerr error -------
Voici mon armes dans le shipment.lua
DarkRP.createShipment("Desert eagle", {
model = "models/weapons/w_deserteagle.mdl",
entity = "fas2_deagle",
price = 6000,
amount = 1,
separate = false,
noship = false,
allowed = {TEAM_GUN},
category = "Pistolet"
})
Merci