Augmente la vie et armure job

  • Initiateur de la discussion Keegan Lethe
  • Date de début
  • Initiateur de la discussion
K

Keegan Lethe

Geek suprême
Messages
125
Score réaction
3
Points
110
Bonjour,

Pouvez vous m'aider je n'arrive pas a savoir comment faire pour que quand on se met par exemple en job policier et avoir directemnt 100 d'armure . Et en job zombie avoir 300 de points vie.
Merci de votre aide.
Cordialement
 
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 280
Score réaction
9 687
Points
1 845
Simple :

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
 
  • Initiateur de la discussion
K

Keegan Lethe

Geek suprême
Messages
125
Score réaction
3
Points
110
Yoh Sambre ♪ à dit:
Simple :

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
Et ca je le met dans job .lua ?
 
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 280
Score réaction
9 687
Points
1 845
Keegan Lethe à dit:
Et ca je le met dans job .lua ?
Oui voila une version raccourcie du code si vous voulez :

Code:
PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 0.5, GAMEMODE.Config.runspeed * 0.5) ply:SetHealth(2500)
end,
 
  • Initiateur de la discussion
K

Keegan Lethe

Geek suprême
Messages
125
Score réaction
3
Points
110
Yoh Sambre ♪ à dit:
Oui voila une version raccourcie du code si vous voulez :

Code:
PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 0.5, GAMEMODE.Config.runspeed * 0.5) ply:SetHealth(2500)
end,
Quand je met ta commande dans mon jobs.lua par exemple au GIGN et bien cela me fait une lua problem
 
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 280
Score réaction
9 687
Points
1 845
Keegan Lethe à dit:
Quand je met ta commande dans mon jobs.lua par exemple au GIGN et bien cela me fait une lua problem
Vous l'avez mis au mauvaise endroit
 
  • Initiateur de la discussion
K

Keegan Lethe

Geek suprême
Messages
125
Score réaction
3
Points
110
Yoh Sambre ♪ à dit:
Vous l'avez mis au mauvaise endroit
Pouvez vous me dire ou le mettre svp :)
 
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 280
Score réaction
9 687
Points
1 845
Keegan Lethe à dit:
Pouvez vous me dire ou le mettre svp :)
Code:
TEAM_GUN = DarkRP.createJob("Gun Dealer", {
color = Color(255, 140, 0, 255),
model = "models/player/monk.mdl",
description = [[A Gun Dealer is the only person who can sell guns to other people.
Make sure you aren't caught selling illegal firearms to the public! You might get arrested!]],
weapons = {},
command = "gundealer",
max = 2,
salary = GAMEMODE.Config.normalsalary,
admin = 0,
vote = false,
hasLicense = false,
PlayerSpawn = function(ply)
GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 0.5, GAMEMODE.Config.runspeed * 0.5)
ply:SetHealth(2500)
end,
category = "Citizens",
 
  • Initiateur de la discussion
K

Keegan Lethe

Geek suprême
Messages
125
Score réaction
3
Points
110
Yoh Sambre ♪ à dit:
Code:
TEAM_GUN = DarkRP.createJob("Gun Dealer", {
color = Color(255, 140, 0, 255),
model = "models/player/monk.mdl",
description = [[A Gun Dealer is the only person who can sell guns to other people.
Make sure you aren't caught selling illegal firearms to the public! You might get arrested!]],
weapons = {},
command = "gundealer",
max = 2,
salary = GAMEMODE.Config.normalsalary,
admin = 0,
vote = false,
hasLicense = false,
PlayerSpawn = function(ply)
GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 0.5, GAMEMODE.Config.runspeed * 0.5)
ply:SetHealth(2500)
end,
category = "Citizens",
Merci beaucoup , bonne soiree a toi ! :)
 
  • J'aime
Réactions: Yoh Sambre ♪
Discord d'entraide
Rejoignz-nous sur Discord