- Initiateur de la discussion
Rubys-Waf
Geek
- Messages
- 27
- Score réaction
- 0
- Points
- 95
Bonjour, j'ai bientôt fini mon serveur il me reste quelques choses à faire don mettre des entités en VIP pour les VIP mais je ne trouve pas la(es) phrase(s) à écrire .
voici le script (quel est(sont) les phrase(s) à mettre ?)
AddEntity("Printer", {
ent = "k_printer_t1",
model = "models/props_lab/reciever01a.mdl",
price = 400,
max = 1,
cmd = "/buyprinterT1"
})
AddEntity("Printer VIP", {
ent = "k_printer_t5",
model = "models/props_lab/reciever01a.mdl",
price = 800,
max = 1,
cmd = "/buyprinterT5"
})
AddEntity("Argent + VIP", {
ent = "k_printer_upgrade",
model = "models/props_lab/box01a.mdl",
price = 1000,
max = 2,
cmd = "/PrinterUpgrade"
})
AddEntity("Rapidite +1 VIP", {
ent = "k_printer_printspeed_t1",
model = "models/props_lab/box01a.mdl",
price = 500,
max = 2,
cmd = "/rapide"
})
AddEntity("Rapidite +2 VIP", {
ent = "k_printer_printspeed_t2",
model = "models/props_lab/box01a.mdl",
price = 800,
max = 2,
cmd = "/rapidevip"
})
AddEntity("Encre", {
ent = "k_coolant_cell",
model = "models/props_lab/box01a.mdl",
price = 400,
max = 1,
cmd = "/encre"
})
AddEntity("Corde", {
ent = "weapon_cuff_rope",
model = "models/props_lab/box01a.mdl",
price = 100,
max = 1,
cmd = "/cuffrope"
})
AddEntity("PV voiture VIP", {
ent = "vc_pickup_healthkit_10",
model = "models/props_lab/box01a.mdl",
price = 150,
max = 10,
cmd = "/rapide"
})
voici le script (quel est(sont) les phrase(s) à mettre ?)
AddEntity("Printer", {
ent = "k_printer_t1",
model = "models/props_lab/reciever01a.mdl",
price = 400,
max = 1,
cmd = "/buyprinterT1"
})
AddEntity("Printer VIP", {
ent = "k_printer_t5",
model = "models/props_lab/reciever01a.mdl",
price = 800,
max = 1,
cmd = "/buyprinterT5"
})
AddEntity("Argent + VIP", {
ent = "k_printer_upgrade",
model = "models/props_lab/box01a.mdl",
price = 1000,
max = 2,
cmd = "/PrinterUpgrade"
})
AddEntity("Rapidite +1 VIP", {
ent = "k_printer_printspeed_t1",
model = "models/props_lab/box01a.mdl",
price = 500,
max = 2,
cmd = "/rapide"
})
AddEntity("Rapidite +2 VIP", {
ent = "k_printer_printspeed_t2",
model = "models/props_lab/box01a.mdl",
price = 800,
max = 2,
cmd = "/rapidevip"
})
AddEntity("Encre", {
ent = "k_coolant_cell",
model = "models/props_lab/box01a.mdl",
price = 400,
max = 1,
cmd = "/encre"
})
AddEntity("Corde", {
ent = "weapon_cuff_rope",
model = "models/props_lab/box01a.mdl",
price = 100,
max = 1,
cmd = "/cuffrope"
})
AddEntity("PV voiture VIP", {
ent = "vc_pickup_healthkit_10",
model = "models/props_lab/box01a.mdl",
price = 150,
max = 10,
cmd = "/rapide"
})