- Initiateur de la discussion
Iyad
Geek
- Messages
- 206
- Score réaction
- 14
- Points
- 85
j'ai créer plein de jobs de mon star wars RP , mais le serv ne les affiches pas , j'ai fait une erreur
puis-je mettre des numéros a TEAM_...... , comme :
TEAM_COMMANDANT501ST = DarkRP.createJob("Commandant501st", {
color = Color(255, 255, 255, 255),
model = {"models/player/smitty/bf2_reg/501st_commander/501st_commander.mdl"},
description = [[Commandant de la 501st]],
weapons = {"garde_a_vous", "voice_amplifier", "stunstick", "tfa_dc15a_expanded", "tfa_swch_dc17"},
command = "commandant501st",
max = 50,
salary = 0,
admin = 0,
vote = false,
hasLicense = true,
candemote = false,
PlayerSpawn = function(ply)
ply:SetMaxHealth(150)
ply:SetHealth(150)
end
})
puis-je mettre des numéros a TEAM_...... , comme :
TEAM_COMMANDANT501ST = DarkRP.createJob("Commandant501st", {
color = Color(255, 255, 255, 255),
model = {"models/player/smitty/bf2_reg/501st_commander/501st_commander.mdl"},
description = [[Commandant de la 501st]],
weapons = {"garde_a_vous", "voice_amplifier", "stunstick", "tfa_dc15a_expanded", "tfa_swch_dc17"},
command = "commandant501st",
max = 50,
salary = 0,
admin = 0,
vote = false,
hasLicense = true,
candemote = false,
PlayerSpawn = function(ply)
ply:SetMaxHealth(150)
ply:SetHealth(150)
end
})