Deux petites questions pour le Arivia F4 Menu

  • Initiateur de la discussion
S

SkyNax

Geek
Messages
107
Score réaction
3
Points
80
Salut ! Encore moi, ouais blablabla.. Bref, pour ceux qui connaissent l'Arivia F4 Menu, savez-vous comment ajouter des catégories de jobs et ajouter des commandes ? (Screen plus bas)


J'espère avoir été clair.
lol.JPG
Capture.JPG
 
rlevet

rlevet

Geek suprême
Messages
119
Score réaction
4
Points
135
Essaie de chercher sur Internet ^^
Conseil : si rien en FR chercher en EN ^^
 
  • Initiateur de la discussion
S

SkyNax

Geek
Messages
107
Score réaction
3
Points
80
J'ai pas trouvé en anglais ni en français et ni sur ton lien :'(
 
Darkjojo

Darkjojo

Geek suprême
Messages
193
Score réaction
9
Points
115
Je ne connais pas le arivia F4 menu mais je suppose (pour les catégorie) Qu'il suffit de créer la catégorie que tu veux dans Darkrp modif / customthings / categories.lua (exemple Gouvernement)
Et que dans ton job tu mette cette même catégorie category = Gouvernement et que le F4 fera le rapprochement directement. (c'est comme ça pour mon F4.
 
  • Initiateur de la discussion
S

SkyNax

Geek
Messages
107
Score réaction
3
Points
80
J'essai tout de suite, merci pour la réponse !
 
Darkjojo

Darkjojo

Geek suprême
Messages
193
Score réaction
9
Points
115
Pas de soucis
 
  • Initiateur de la discussion
S

SkyNax

Geek
Messages
107
Score réaction
3
Points
80
C'est bon ça marche, merci! Je met le post en résolu.
 
Darkjojo

Darkjojo

Geek suprême
Messages
193
Score réaction
9
Points
115
Mais du coup t'a trouver pour les commandes ?
 
  • Initiateur de la discussion
S

SkyNax

Geek
Messages
107
Score réaction
3
Points
80
Nop mais au moins j'en ai une de trouvé :p
 
ROB-SANTOS_007

ROB-SANTOS_007

Geek
Messages
196
Score réaction
21
Points
65
Pour les commandes il y en a qui viennent de base donc c'est bizzare que tu trouve rien
 
KMS [FR]

KMS [FR]

Geek
Messages
154
Score réaction
13
Points
65
SkyNax à dit:
Salut ! Encore moi, ouais blablabla.. Bref, pour ceux qui connaissent l'Arivia F4 Menu, savez-vous comment ajouter des catégories de jobs et ajouter des commandes ? (Screen plus bas)


J'espère avoir été clair.
Regarde la pièce jointe 1863 Regarde la pièce jointe 1864
J'ai le meme F4 voci le chemin pour les commandes: /srcds/garrysmod/addons/aiviaf4/lua/arivia/sh_config_commands.lua
 
Dernière édition:
  • Initiateur de la discussion
S

SkyNax

Geek
Messages
107
Score réaction
3
Points
80
KMS [FR] à dit:
J'ai le meme F4 voci le chemin pour les commandes: /srcds/garrysmod/addons/aiviaf4/lua/arivia/sh_config_commands.lua
Ouais je sais mais j'ai rien dans le fichier..
 
KMS [FR]

KMS [FR]

Geek
Messages
154
Score réaction
13
Points
65
Voici les commandes de base que j'ai traduis:

Arivia.Commands = {
{
name = "Jeter de l'argent",
command = "/dropmoney",
buttonNormal = Color(72, 112, 58, 190),
buttonHover = Color(72, 112, 58, 240),
textNormal = Color(255, 255, 255, 255),
textHover = Color(255, 255, 255, 255),
argCount = 1,
arg1 = "Montant",
arg2 = "Montant"
},
{
name = "Donner de l'argent",
command = "/give",
buttonNormal = Color(72, 112, 58, 190),
buttonHover = Color(72, 112, 58, 240),
buttonOutline = Color(255, 255, 255, 50),
textNormal = Color(255, 255, 255, 255),
textHover = Color(255, 255, 255, 255),
argCount = 1,
arg1 = "Montant",
arg2 = "Montant"
},
{
name = "Separator"
},
{
name = "Jeter son arme",
command = "/drop",
buttonNormal = Color(163, 135, 79, 190),
buttonHover = Color(163, 135, 79, 240),
buttonOutline = Color(255, 255, 255, 50),
textNormal = Color(255, 255, 255, 255),
textHover = Color(255, 255, 255, 255),
argCount = 0,
arg1 = "",
arg2 = ""
},
{
name = "Faire un envoi",
command = "/makeshipment",
buttonNormal = Color(163, 135, 79, 190),
buttonHover = Color(163, 135, 79, 240),
buttonOutline = Color(255, 255, 255, 50),
textNormal = Color(255, 255, 255, 255),
textHover = Color(255, 255, 255, 255),
argCount = 0,
arg1 = "",
arg2 = ""
},
{
name = "Vendre ses portes",
command = "/unownalldoors",
buttonNormal = Color(163, 135, 79, 190),
buttonHover = Color(163, 135, 79, 240),
buttonOutline = Color(255, 255, 255, 50),
textNormal = Color(255, 255, 255, 255),
textHover = Color(255, 255, 255, 255),
argCount = 0,
arg1 = "",
arg2 = ""
},
{
name = "Demander une lisence",
command = "/requestlicense",
buttonNormal = Color(163, 135, 79, 190),
buttonHover = Color(163, 135, 79, 240),
buttonOutline = Color(255, 255, 255, 50),
textNormal = Color(255, 255, 255, 255),
textHover = Color(255, 255, 255, 255),
argCount = 0,
arg1 = "",
arg2 = ""
},
{
name = "Separator",
mayorOnly = true
},
{
name = "Commencer un couvre feu",
command = "/lockdown",
buttonNormal = Color(64, 105, 126, 190),
buttonHover = Color(64, 105, 126, 240),
buttonOutline = Color(255, 255, 255, 50),
textNormal = Color(255, 255, 255, 255),
textHover = Color(255, 255, 255, 255),
argCount = 0,
arg1 = "",
arg2 = "",
mayorOnly = true
},
{
name = "Arreter le couvre feu",
command = "/unlockdown",
buttonNormal = Color(64, 105, 126, 190),
buttonHover = Color(64, 105, 126, 240),
buttonOutline = Color(255, 255, 255, 50),
textNormal = Color(255, 255, 255, 255),
textHover = Color(255, 255, 255, 255),
argCount = 0,
arg1 = "",
arg2 = "",
mayorOnly = true
},
{
name = "Ajouter une loi",
command = "/addlaw",
buttonNormal = Color(64, 105, 126, 190),
buttonHover = Color(64, 105, 126, 240),
buttonOutline = Color(255, 255, 255, 50),
textNormal = Color(255, 255, 255, 255),
textHover = Color(255, 255, 255, 255),
argCount = 1,
arg1 = "Nouvelle loi",
arg2 = "",
mayorOnly = true
},
{
name = "Enlever une loi",
command = "/removelaw",
buttonNormal = Color(64, 105, 126, 190),
buttonHover = Color(64, 105, 126, 240),
buttonOutline = Color(255, 255, 255, 50),
textNormal = Color(255, 255, 255, 255),
textHover = Color(255, 255, 255, 255),
argCount = 1,
arg1 = "Loi numero",
arg2 = "",
mayorOnly = true
},
{
name = "Placer le tableau des lois",
command = "/placelaws",
buttonNormal = Color(64, 105, 126, 190),
buttonHover = Color(64, 105, 126, 240),
buttonOutline = Color(255, 255, 255, 50),
textNormal = Color(255, 255, 255, 255),
textHover = Color(255, 255, 255, 255),
argCount = 0,
arg1 = "",
arg2 = "",
mayorOnly = true

},
{
name = "Faire un mandat",
command = "/warrant",
buttonNormal = Color(124, 51, 50, 190),
buttonHover = Color(124, 51, 50, 240),
buttonOutline = Color(255, 255, 255, 50),
textNormal = Color(255, 255, 255, 255),
textHover = Color(255, 255, 255, 255),
argCount = 2,
arg1 = "Joueur",
arg2 = "Raison",
civilProtectionOnly = true
},
{
name = "Faire un avis de recherche",
command = "/wanted",
buttonNormal = Color(124, 51, 50, 190),
buttonHover = Color(124, 51, 50, 240),
buttonOutline = Color(255, 255, 255, 50),
textNormal = Color(255, 255, 255, 255),
textHover = Color(255, 255, 255, 255),
argCount = 2,
arg1 = "Joueur",
arg2 = "Raison",
civilProtectionOnly = true
},
{
name = "Enlever un avis de recherche",
command = "/unwanted",
buttonNormal = Color(124, 51, 50, 190),
buttonHover = Color(124, 51, 50, 240),
buttonOutline = Color(255, 255, 255, 50),
textNormal = Color(255, 255, 255, 255),
textHover = Color(255, 255, 255, 255),
argCount = 1,
arg1 = "Joueur",
arg2 = "",
civilProtectionOnly = true
}

}
 
KMS [FR]

KMS [FR]

Geek
Messages
154
Score réaction
13
Points
65
Si ca peut t'aider j'ai traduit ca aussi dans:
/srcds/garrysmod/addons/aiviaf4/lua/arivia/sh_config_language.lua

Arivia.Language.Prestige = "Prestige"
Arivia.Language.NoPrestige = "Prestige 0"
Arivia.Language.NotEnoughPrestige = "Pas assez de prestige"
Arivia.Language.Level = "Niveau"
Arivia.Language.NoLevel = "Niveau 0"
Arivia.Language.InsufficientLevel = "Niveau insuffisant"
Arivia.Language.CannotPurchase = "Ne peut pas poursuivre"
Arivia.Language.CannotAfford = "Ne peut pas se permettre"
Arivia.Language.MakePurchase = "Faire l'achat"
Arivia.Language.CategoryOther = "Autre"
Arivia.Language.SkinPrevious = "<"
Arivia.Language.SkinNext = ">"
Arivia.Language.JobMaxUnlimited = "∞"
Arivia.Language.JobUnavailable = "Job Indisponible"
Arivia.Language.JobAdminOnly = "Job reserve aux admins"
Arivia.Language.JobFull = "Job Plein"
Arivia.Language.JobCreateVote = "Creer un vote"
Arivia.Language.JobStartNewJob = "Commencer une nouvelle vie"
Arivia.Language.EntityMax = "Max"
Arivia.Language.OnlineStaff = "Staff en ligne"
Arivia.Language.NoSteamID = "Pas de Steam ID"
Arivia.Language.ViewSteamProfile = "Voir le profil Steam"
Arivia.Language.NetworkRules = "Network Rules"
Arivia.Language.TabMain = "MENU"
Arivia.Language.TabInfo = "INFO"
Arivia.Language.TabCommands = "COMMANDES"
 
Discord d'entraide
Rejoignz-nous sur Discord