Murder help playermodel / nom

  • Initiateur de la discussion
_Remax

_Remax

Geek
Messages
345
Score réaction
69
Points
80
Bonjour

Voila depuis ce matin j'essaye mais je n'y arrive pas

Sur le murder des nom aléatoire sont donné

Emma
Océane
Jean
Mason
Etc etc

J'aimerai qu'en fonction du nom du joueur
Le joueur ai un playermodel particuler

J'ai essayé cela mais sa ne fonctionne pas

Code:
function GM:PlayerLoadout(ply)
if ply:GetBystanderName() == "Mason" then ply:SetModel( "models/models/konnie/punkgirl/punkgirl.mdl" ) end
end
 
Viktor

Viktor

Geek
Messages
144
Score réaction
25
Points
80
lua/autorun/server

Code:
function PlayerNameModel( ply ) if ply:GetBystanderName() == "Mason" then ply:SetModel( "models/models/konnie/punkgirl/punkgirl.mdl" ) end
end
hook.Add( "PlayerLoadout", "ChangePlayerModelByName", PlayerNameModel )
 
  • J'aime
Réactions: Taink
Viktor

Viktor

Geek
Messages
144
Score réaction
25
Points
80
ou alors ta sa aussi

Code:
function PlayerNameModel( ply ) if ply:GetBystanderName() == "Mason" then ply:SetModel( "models/models/konnie/punkgirl/punkgirl.mdl" ) elseif ply:GetBystanderName() == "Pomme" then ply:SetModel( "models/models/konnie/punkgirl/punkgirl.mdl" ) elseif ply:GetBystanderName() == "Bonbon" then ply:SetModel( "models/models/konnie/punkgirl/punkgirl.mdl" ) end
end
hook.Add( "PlayerLoadout", "ChangePlayerModelByName", PlayerNameModel )
 
  • Initiateur de la discussion
_Remax

_Remax

Geek
Messages
345
Score réaction
69
Points
80
Je vais tester merci ;)

@Viktor Ne fonctionne pas :/
 
Dernière édition:
Discord d'entraide
Rejoignz-nous sur Discord