- Initiateur de la discussion
MatheoGaminG
Geek suprême
- Messages
- 112
- Score réaction
- 0
- Points
- 115
Bonjour, j'ai installer Mayor Death, je l'ai codé mais sa ne marche pas.
Voici le codage que j'ai:
local gamemodeget = GetConVarString("gamemode")
if string.find(gamemodeget, "darkrp") then
function PlayerDied(victim, attacker)
if victim:Team() == TEAM_MAYOR then
victim:SetTeam(TEAM_CITIZEN)
for k,v in pairs(player.GetAll()) do
v:ChatPrint(victim:Nick().." a ete assassiner par "..attacker:Nick())
end
end
end
end
hook.Add("PlayerDeath", "Maire tuer.", PlayerDied)
Voila, tous ce que je sais, c'est qu'il faut modifier c'est deux phrase normalement
if victim:Team() == TEAM_MAYOR then
victim:SetTeam(TEAM_CITIZEN)
Et le codage ne marche pas, quand je tue le maire il reste encore maire et il ne switch pas de job.
Merci.
Voici le codage que j'ai:
local gamemodeget = GetConVarString("gamemode")
if string.find(gamemodeget, "darkrp") then
function PlayerDied(victim, attacker)
if victim:Team() == TEAM_MAYOR then
victim:SetTeam(TEAM_CITIZEN)
for k,v in pairs(player.GetAll()) do
v:ChatPrint(victim:Nick().." a ete assassiner par "..attacker:Nick())
end
end
end
end
hook.Add("PlayerDeath", "Maire tuer.", PlayerDied)
Voila, tous ce que je sais, c'est qu'il faut modifier c'est deux phrase normalement
if victim:Team() == TEAM_MAYOR then
victim:SetTeam(TEAM_CITIZEN)
Et le codage ne marche pas, quand je tue le maire il reste encore maire et il ne switch pas de job.
Merci.