- Initiateur de la discussion
Jo Ballas
Geek suprême
- Messages
- 561
- Score réaction
- 103
- Points
- 150
J'essaye de retirer les vrondakis printer de mon menu f4 mais ils se rajoutent automatiquement.
J'utilise cette addon
Steam Workshop:arkRP Leveling System (FIXED) (steamcommunity.com)
Le code ressemble a ceci
local Printer={}
Printer.Name = 'Printer Level 10'
Printer.Type = 'goldenprinter'
Printer.XPPerPrint = 150
Printer.MoneyPerPrint = 30
Printer.Color = Color(255,215,0)
Printer.Model = 'models/props_c17/consolebox01a.mdl'
Printer.Price = 1200
Printer.Level = 10
Printer.Prestige = 0
table.insert(Printers,Printer)
NB: J'utilise un npc pour vendre les printers c'est pour cette raison que j'aimerais bien qu'il ne s'affiche pas dans le menu f4.
J'utilise cette addon
Steam Workshop:arkRP Leveling System (FIXED) (steamcommunity.com)
Le code ressemble a ceci
local Printer={}
Printer.Name = 'Printer Level 10'
Printer.Type = 'goldenprinter'
Printer.XPPerPrint = 150
Printer.MoneyPerPrint = 30
Printer.Color = Color(255,215,0)
Printer.Model = 'models/props_c17/consolebox01a.mdl'
Printer.Price = 1200
Printer.Level = 10
Printer.Prestige = 0
table.insert(Printers,Printer)
NB: J'utilise un npc pour vendre les printers c'est pour cette raison que j'aimerais bien qu'il ne s'affiche pas dans le menu f4.