Aide Vie

  • Initiateur de la discussion
ElPachino

ElPachino

Geek suprême
Messages
255
Score réaction
15
Points
115
Bonsoir, je voudrais savoir quelle est le code pour mettre la vie que je veut s'il vous plait par exemple :
Garde 200hp
Militaire : 150hp

Merci d'avance
 
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 285
Score réaction
9 687
Points
1 845
Code:
PlayerLoadout = function( ply ) return ply:SetHealth(100) -- Edit the number to whatever hp you want it to be ply:SetArmor(100) -- edit the number for armor ply:SetRunSpeed(300) -- edit number for runspeed difference ply:SetWalkSpeed(150) -- edit to change walk speed
end
 
  • J'aime
Réactions: yanax, kirikoumalou, Zozo147 et 1 autre personne
Zozo147

Zozo147

Helpeur Divin
Messages
1 814
Score réaction
848
Points
430
ElPachino à dit:
Bonsoir, je voudrais savoir quelle est le code pour mettre la vie que je veut s'il vous plait par exemple :
Garde 200hp
Militaire : 150hp

Merci d'avance
Ca marche pas un truc comme ça ? :

Code:
hook.Add("PlayerSpawn", "WhenThePlayerSpawn", function(ply)
if ply:Team() == TEAM_GARDE then
ply:SetHealth( 200 )
elseif ply:Team() == TEAM_MILITAIRE then
ply:SetHealth(150)
else return end
end)
 
  • Initiateur de la discussion
ElPachino

ElPachino

Geek suprême
Messages
255
Score réaction
15
Points
115
Yoh Sambre ♪ à dit:
Code:
PlayerLoadout = function( ply ) return ply:SetHealth(100) -- Edit the number to whatever hp you want it to be ply:SetArmor(100) -- edit the number for armor ply:SetRunSpeed(300) -- edit number for runspeed difference ply:SetWalkSpeed(150) -- edit to change walk speed
end
Merci mec :)
 
  • J'aime
Réactions: Yoh Sambre ♪
Zozo147

Zozo147

Helpeur Divin
Messages
1 814
Score réaction
848
Points
430
Yoh Sambre ♪ à dit:
Code:
PlayerLoadout = function( ply ) return ply:SetHealth(100) -- Edit the number to whatever hp you want it to be ply:SetArmor(100) -- edit the number for armor ply:SetRunSpeed(300) -- edit number for runspeed difference ply:SetWalkSpeed(150) -- edit to change walk speed
end
Ah oui ou comme ça c'est bien plus simple ^^
 
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 285
Score réaction
9 687
Points
1 845
Zozo147 à dit:
Ca marche pas un truc comme ça ? :

Code:
hook.Add("PlayerSpawn", "WhenThePlayerSpawn", function(ply)
if ply:Team() == TEAM_GARDE then
ply:SetHealth( 200 )
elseif ply:Team() == TEAM_MILITAIRE then
ply:SetHealth(150)
else return end
end)
TROP TARD TU EST TROP LENT HAHA !
 
Zozo147

Zozo147

Helpeur Divin
Messages
1 814
Score réaction
848
Points
430
Yoh Sambre ♪ à dit:
TROP TARD TU EST TROP LENT HAHA !
Nooon vite je vais aller engager des petits chinois pour écrire à ma place ! *rire démoniaque*
 
DestoGames

DestoGames

Geek suprême
Messages
667
Score réaction
84
Points
140
PlayerLoadout = function(ply) ply:SetArmor(0) ply:SetHealth(150) end,

Dans le job.lua

C'est pas plus simple ? ^^
 
  • J'aime
Réactions: ElPachino
DestoGames

DestoGames

Geek suprême
Messages
667
Score réaction
84
Points
140
Du style

TEAM_GARDE = DarkRP.createJob("Garde", {
color = Color(127, 0, 0, 255),
model = {
"models/vinrax/player/garde"
},
description = [[]],
weapons = {},
command = "garde
max = 1,
salary = 300,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
PlayerLoadout = function(ply) ply:SetArmor(50) ply:SetHealth(150) end,
})
 
  • J'aime
Réactions: ElPachino
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 285
Score réaction
9 687
Points
1 845
Zozo147 à dit:
Nooon vite je vais aller engager des petits chinois pour écrire à ma place ! *rire démoniaque*

 
Discord d'entraide
Rejoignz-nous sur Discord