- Initiateur de la discussion
S
SkyNax
Geek
- Messages
- 107
- Score réaction
- 3
- Points
- 80
Tout est dans le titre, quand je met ça :
PlayerDeath = function(ply, weapon, killer)
ply:teamBan()
ply:changeTeam(GAMEMODE.DefaultTeam, true)
if killer:IsPlayer() then
DarkRP.notifyAll(0, 4, "Le Maire a été tué.")
else
DarkRP.notifyAll(0, 4, "Le Maire est mort.")
end
end
LUA problem..
Du coup, a quelle niveau il faut le mettre ?
Voici mon job maire :
TEAM_MAYOR = DarkRP.createJob("Maire", {
color = Color(20, 150, 20, 255),
model = {"models/fearless/dbsuit07.mdl"},
description = [[]],
weapons = {"weapon_arc_atmcard", "weapon_fists", "keys"},
command = "mayor",
max = 1,
salary = 85,
admin = 0,
vote = true,
hasLicense = true,
mayor = true,
category = "Gouvernement",
sortOrder = 100
})
PlayerDeath = function(ply, weapon, killer)
ply:teamBan()
ply:changeTeam(GAMEMODE.DefaultTeam, true)
if killer:IsPlayer() then
DarkRP.notifyAll(0, 4, "Le Maire a été tué.")
else
DarkRP.notifyAll(0, 4, "Le Maire est mort.")
end
end
LUA problem..
Du coup, a quelle niveau il faut le mettre ?
Voici mon job maire :
TEAM_MAYOR = DarkRP.createJob("Maire", {
color = Color(20, 150, 20, 255),
model = {"models/fearless/dbsuit07.mdl"},
description = [[]],
weapons = {"weapon_arc_atmcard", "weapon_fists", "keys"},
command = "mayor",
max = 1,
salary = 85,
admin = 0,
vote = true,
hasLicense = true,
mayor = true,
category = "Gouvernement",
sortOrder = 100
})