problème de skin

  • Initiateur de la discussion
DeaDXCrY

DeaDXCrY

Geek
Messages
50
Score réaction
3
Points
65
Bonjour, Bonsoir

j'ai un petit problème avec un de mes jobs, j'essaye de mettre plusieurs skins mais je n'y arrive pas, quand je les mets, le skin est en error

TEAM_CITOYEN = DarkRP.createJob("Citoyen", {
color = Color(21, 230, 10, 255),
model = {"models/humans/group02/player/tale_04.mdl, models/humans/group02/player/tale_06.mdl, models/humans/group02/player/tale_07.mdl, models/humans/group02/player/tale_08.mdl, models/humans/group02/player/tale_09.mdl"},
description = [[Vous êtes Citoyen]],
weapons = {},
command = "Citoyen",
max = 00,
salary = 50,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
})


En attente d'une réponse ^^
 
Nardox

Nardox

Psychopathe
Messages
1 143
Score réaction
240
Points
250
C'est plutôt ça :
Code:
TEAM_CITOYEN = DarkRP.createJob("Citoyen", {
color = Color(21, 230, 10, 255),
model = {"models/humans/group02/player/tale_04.mdl","models/humans/group02/player/tale_06.mdl"," models/humans/group02/player/tale_07.mdl", "models/humans/group02/player/tale_08.mdl"," models/humans/group02/player/tale_09.mdl"},
description = [[Vous êtes Citoyen]],
weapons = {},
command = "Citoyen",
max = 00,
salary = 50,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
})
 
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 284
Score réaction
9 687
Points
1 845
Ohh god why ? why :

Code:
model = {"models/humans/group02/player/tale_04.mdl, models/humans/group02/player/tale_06.mdl, models/humans/group02/player/tale_07.mdl, models/humans/group02/player/tale_08.mdl, models/humans/group02/player/tale_09.mdl"},
 
  • J'aime
Réactions: Nardox
  • Initiateur de la discussion
DeaDXCrY

DeaDXCrY

Geek
Messages
50
Score réaction
3
Points
65
Merci ^^
 
SGCAtlantis

SGCAtlantis

Psychopathe
Messages
2 408
Score réaction
443
Points
300
Nardox à dit:
C'est plutôt ça :
Code:
TEAM_CITOYEN = DarkRP.createJob("Citoyen", {
color = Color(21, 230, 10, 255),
model = {"models/humans/group02/player/tale_04.mdl","models/humans/group02/player/tale_06.mdl"," models/humans/group02/player/tale_07.mdl", "models/humans/group02/player/tale_08.mdl"," models/humans/group02/player/tale_09.mdl"},
description = [[Vous êtes Citoyen]],
weapons = {},
command = "Citoyen",
max = 00,
salary = 50,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
})
http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields

il as raison @Nardox
{
"models/player/Group03/Female_01.mdl",
"models/player/Group03/Female_02.mdl"
},
et non

{
"models/player/Group03/Female_01.mdl,
models/player/Group03/Female_02.mdl"
},
chaque models doit avoir "****", "*****"
 
Discord d'entraide
Rejoignz-nous sur Discord