Aucune munitions afficher dans le menu F4 !

  • Initiateur de la discussion
alilou901

alilou901

Geek suprême
Messages
238
Score réaction
34
Points
100
Yo ! J'ai un problème ont ne vois pas les munitions dans le menu F4 ! Merci de m'aider

Mon ammo.lua:
Code:
--[[---------------------------------------------------------------------------
Ammo types
---------------------------------------------------------------------------
Ammo boxes that can be purchased in the F4 menu.
Add your custom ammo types in this file. Here's the syntax:
DarkRP.createAmmoType("ammoType", { name = "Ammo name", model = "Model", price = 1234, amountGiven = 5678, customCheck = function(ply) return ply:IsAdmin()
})
ammoType: The name of the ammo that Garry's mod recognizes If you open your SWEP's shared.lua, you can find the ammo name next to SWEP.Primary.Ammo = "AMMO NAME HERE" or SWEP.Secondary.Ammo = "AMMO NAME HERE"
name: The name you want to give to the ammo. This can be anything.
model: The model you want the ammo to have in the F4 menu
price: the price of your ammo in dollars
amountGiven: How much bullets of this ammo is given every time the player buys it
customCheck: (Optional! Advanced!) a Lua function that describes who can buy the ammo. Similar to the custom check function for jobs and shipments Parameters: ply: the player who is trying to buy the ammo
Examples are below!
Pistol ammo type. Used by p228, desert eagle and all other pistols
Example 1:
DarkRP.createAmmoType("pistol", { name = "Pistol ammo", model = "models/Items/BoxSRounds.mdl", price = 30, amountGiven = 24
})
Buckshot ammo, used by the shotguns
Example 2:
DarkRP.createAmmoType("buckshot", { name = "Shotgun ammo", model = "models/Items/BoxBuckshot.mdl", price = 50, amountGiven = 8
})
Rifle ammo, usually used by assault rifles
Example 3:
DarkRP.createAmmoType("smg1", { name = "Rifle ammo", model = "models/Items/BoxMRounds.mdl", price = 80, amountGiven = 30
})
Add new ammo types under the next line!
---------------------------------------------------------------------------]]
DarkRP.createAmmoType("m9k_ammo_357", {
name = ".357 munitions",
model = "models/Items/357ammobox.mdl",
price = 60,
amountGiven = 20
})
DarkRP.createAmmoType("m9k_ammo_ar2", {
name = "Munitions de fusil d'assault",
model = "models/Items/BoxMRounds.mdl",
price = 60,
amountGiven = 30
})
DarkRP.createAmmoType("m9k_ammo_buckshot", {
name = "Boite de chevrotines",
model = "models/Items/BoxBuckshot.mdl",
price = 40,
amountGiven = 12
})
DarkRP.createAmmoType("m9k_ammo_pistol", {
name = "Munitions de pistolet",
model = "models/Items/BoxSRounds.mdl",
price = 20,
amountGiven = 20
})
DarkRP.createAmmoType("m9k_ammo_smg", {
name = "Munitions de mitrailleuse légére",
model = "models/Items/BoxMRounds.mdl",
price = 40,
amountGiven = 60
})
DarkRP.createAmmoType("m9k_ammo_sniper_rounds", {
name = "Munition de fusil de précision",
model = "models/Items/BoxMRounds.mdl",
price = 80,
amountGiven = 8
})
DarkRP.createAmmoType("m9k_ammo_winchester", {
name = "Munition de Winchester",
model = "models/Items/BoxMRounds.mdl",
price = 80,
amountGiven = 6
})
DarkRP.createAmmoType("m9k_ammo_40mm", {
name = "Munition de 40mm",
model = "models/Items/BoxMRounds.mdl",
price = 50,
amountGiven = 12
})
---------------------------------------------------------------------------]]
 
  • Initiateur de la discussion
alilou901

alilou901

Geek suprême
Messages
238
Score réaction
34
Points
100
Up svp :'(
 
xLomble77

xLomble77

Psychopathe
Messages
2 191
Score réaction
348
Points
290
Si tu acceptes je peux t'aider légèrement via teamspeak, tu m'envois ton FTP et on vois ça ensemble.
 
  • Initiateur de la discussion
alilou901

alilou901

Geek suprême
Messages
238
Score réaction
34
Points
100
xLomble77 à dit:
Si tu acceptes je peux t'aider légèrement via teamspeak, tu m'envois ton FTP et on vois ça ensemble.
Je suis désolé je ne donne les FTP a personnes désolé :/
Mais jamerais savoir d'ou sa vien
 
  • Banni
rexlafureur

rexlafureur

Psychopathe
Messages
1 054
Score réaction
83
Points
220
Tu as oublié de mettre une virgule au Amount Given à la fin ^^
 
PabloEscobar50

PabloEscobar50

Geek suprême
Messages
444
Score réaction
21
Points
115
rexlafureur à dit:
Tu as oublié de mettre une virgule au Amount Given à la fin ^^
Y'a pas besoins de virgule après les amount given.
 
~Titan Auth~

~Titan Auth~

Geek
Messages
45
Score réaction
3
Points
65
xLomble77 à dit:
D'accord, hélas je peux pas t'aider :/ Je fais avec les FTP souvent donc désoler ^^, après tu peux voir sur beaucoup de conversation je suis recommandé.
https://mtxserv.com/forums/threads/service-configuration-a-a-z-ou-simple.2184/page-3#post-17959
@xLomble77 tu pourrais faire un teamviewer : http://teamviewer.com/fr/

Tu prends le contrôle de l'ordinateur mais ne peut pas prendre de fichier, c'est vachement sécurisé je te conseille, après tu bouge sa souris du coup chez le gars ça fait bizarre souvent :)
 
Dernière édition:
  • J'aime
Réactions: xLomble77
~Titan Auth~

~Titan Auth~

Geek
Messages
45
Score réaction
3
Points
65
PabloEscobar50 à dit:
Y'a pas besoins de virgule après les amount given.
Pablo sur ton site, dans l'onglet boutique, il y a écrit " VIP PRENIUM", >> Premium :) voila voila X)
 
Discord d'entraide
Rejoignz-nous sur Discord