Problème addon Advanced Mayor System

  • Initiateur de la discussion
Ronca

Ronca

Geek
Messages
78
Score réaction
2
Points
95
Alors voilà ! Je possède l'addon Advanced Mayor System, et je souhaite que lorsque le Maire soit mort, il soit demote et le cooldown reset à 0.
Pour cela dans les settings il y a les options pour :
VOTING.MayorTeamName = "Maire" --DarkRP mayor team name i.e. (name after AddExtraTeam)
VOTING.MaximumCandidates = 4 --Maximum candidates allowed in vote
VOTING.MinimumCandidates = 2 --Minimum candidates needed to trigger vote
VOTING.AboutToBeginTime = 60 --Time (in seconds) between vote triggered and started
VOTING.VoteTime = 90 --Time (in seconds) that a vote will last
VOTING.AllowCandidatesToVote = true --Allow candidates to participate in the vote?
VOTING.OnlyEnterUsingNPC = true --Only allow vote entry using the NPC?
VOTING.CandidateCost = 500 --Cost of vote entry. Set to 0 to disable entry fee.
VOTING.DemoteMayorOnDeath = true --Demote the mayor automatically if they die.
VOTING.MinutesUntilNextElection = 60 --Cooldown (in minutes) for new mayor vote
VOTING.AllowNewElectionOnDeath = true --Reset cooldown if the mayor dies
VOTING.AllowNewElectionWithMayor = true --Allow new votes if there is already a mayor
VOTING.DemoteOtherMayorsOnWin = true --Demote current mayors when there is a new mayor

Mais même configuré cela ne marche pas, alors je pense que c'est parce qu'il ne reconnait pas ma team Maire mais je ne sais pas ou me rendre pour la trouvée.

Merci d'avance pour votre aide,
Ronca.
 
MrBAYMAN

MrBAYMAN

Geek suprême
Messages
439
Score réaction
42
Points
155
Dans ton jobs.lua ou y'a ton métier maire il faut mettre :
Code:
TEAM_MAYOR = DarkRP.createJob("Maire", { color = Color(255, 0, 0, 255), model = {"models/obama/obama.mdl"}, description = [[Vous êtes le maire.Vous avez une très grand responsabilité. ]], weapons = {"stungun"}, command = "maire", max = 1, salary = 200, admin = 0, vote = true, hasLicense = true, candemote = true, category = "Gouvernement", mayor = true, -- Cette ligne permet de donner les droit principale du maire couvre au feux...Ect. PlayerSpawn = function(ply) ply:SetArmor(150) end
})
 
Wabel

Wabel

Je ne sais pas quoi mettre
Messages
2 262
Score réaction
707
Points
330
MrBAYMAN à dit:
Dans ton jobs.lua ou y'a ton métier maire il faut mettre :
Code:
TEAM_MAYOR = DarkRP.createJob("Maire", { color = Color(255, 0, 0, 255), model = {"models/obama/obama.mdl"}, description = [[Vous êtes le maire.Vous avez une très grand responsabilité. ]], weapons = {"stungun"}, command = "maire", max = 1, salary = 200, admin = 0, vote = true, hasLicense = true, candemote = true, category = "Gouvernement", mayor = true, -- Cette ligne permet de donner les droit principale du maire couvre au feux...Ect. PlayerSpawn = function(ply) ply:SetArmor(150) end
})
Alors toi... T'es quel genre de personnes?
PS: ta du flowKappaRoss
 
Dernière édition:
MattKiller68

MattKiller68

Psychopathe
Messages
1 156
Score réaction
309
Points
305
MrBAYMAN à dit:
Dans ton jobs.lua ou y'a ton métier maire il faut mettre :
Code:
TEAM_MAYOR = DarkRP.createJob("Maire", { color = Color(255, 0, 0, 255), model = {"models/obama/obama.mdl"}, description = [[Vous êtes le maire.Vous avez une très grand responsabilité. ]], weapons = {"stungun"}, command = "maire", max = 1, salary = 200, admin = 0, vote = true, hasLicense = true, candemote = true, category = "Gouvernement", mayor = true, -- Cette ligne permet de donner les droit principale du maire couvre au feux...Ect. PlayerSpawn = function(ply) ply:SetArmor(150) end
})
...
Comment tu fais pour trouver un aussi vieux sujet & le UP! Faut le faire!
 
Discord d'entraide
Rejoignz-nous sur Discord