Problème Serveur [GMOD]

  • Initiateur de la discussion MrThex
  • Date de début
  • Initiateur de la discussion
M

MrThex

Geek
Messages
1
Score réaction
0
Points
65
Bonjours, Donc Je susi Le Gérant D'un Serveur Gmod 32slots Darkrp Et j'ai un petit problème J'aimerais Quand on meurt on respawn mais en citoyen merci beaucoup de votre aide



MrThex
 
R

raidzix04

Geek suprême
Messages
249
Score réaction
21
Points
125
Code:
 PlayerDeath = function(ply) if ply:Team() == TEAM_GUN then ply:changeTeam( TEAM_CITIZEN, true ) for k,v in pairs( player.GetAll() ) do DarkRP.notify(v, 1, 4, "") end end end,
})
Par exemple
Code:
TEAM_GUN = DarkRP.createJob("Armurier", { color = Color(255, 198, 0, 255), model = {"models/minson97/bo2/harper/harper.mdl"}, description = [[Vous vendez des armes à des particuliers, attention il est recommandé d'avoir une license d'arme sinon la police peut fermer votre magasin.]], weapons = {"weapon_fists", "weapon_arc_atmcard", "pocket"}, command = "gundealer", max = 2, salary = 45, admin = 0, vote = false, hasLicense = false, candemote = true, -- CustomCheck medic = false, chief = false, mayor = false, hobo = false, cook = false, category = "Citizens",
PlayerDeath = function(ply) if ply:Team() == TEAM_GUN then ply:changeTeam( TEAM_CITIZEN, true ) for k,v in pairs( player.GetAll() ) do DarkRP.notify(v, 1, 4, "") end end end,
})
 
Discord d'entraide
Rejoignz-nous sur Discord