- Initiateur de la discussion
Serenity
Geek
- Messages
- 28
- Score réaction
- 3
- Points
- 65
Bonjour je voudrais savoir si c'est possible ou non .
Oui c'est possible avec "modelScale" donc par exemple :Serenity à dit:Bonjour je voudrais savoir si c'est possible ou non .
TEAM_SWAT = DarkRP.createJob("S.W.A.T", { color = Color(80, 45, 0, 255), model = "models/player/swat.mdl", description = [[This is a donator special job, your duty is to heal on of your wounded operatives. You should stay in the PD until backup is needed. Do everything you can to keep the city safe.]], weapons = {"arrest_stick", "unarrest_stick", "weapon_glock2", "weapon_ak472", "ls_sniper", "weapon_m42", "weapon_mp52", "stunstick", "door_ram", "weaponchecker"}, command = "swat", max = 3, salary = 100, admin = 0, vote = true, hasLicense = true, modelScale = 0.5, -- Ici })
Ok j'essaye ! Je ferai un edit =)Zozo147 à dit:Oui c'est possible avec "modelScale" donc par exemple :
Code:TEAM_SWAT = DarkRP.createJob("S.W.A.T", { color = Color(80, 45, 0, 255), model = "models/player/swat.mdl", description = [[This is a donator special job, your duty is to heal on of your wounded operatives. You should stay in the PD until backup is needed. Do everything you can to keep the city safe.]], weapons = {"arrest_stick", "unarrest_stick", "weapon_glock2", "weapon_ak472", "ls_sniper", "weapon_m42", "weapon_mp52", "stunstick", "door_ram", "weaponchecker"}, command = "swat", max = 3, salary = 100, admin = 0, vote = true, hasLicense = true, modelScale = 0.5, -- Ici })
Sa marche avec le vrondakis leveling system ?Zozo147 à dit:Oui c'est possible avec "modelScale" donc par exemple :
Code:TEAM_SWAT = DarkRP.createJob("S.W.A.T", { color = Color(80, 45, 0, 255), model = "models/player/swat.mdl", description = [[This is a donator special job, your duty is to heal on of your wounded operatives. You should stay in the PD until backup is needed. Do everything you can to keep the city safe.]], weapons = {"arrest_stick", "unarrest_stick", "weapon_glock2", "weapon_ak472", "ls_sniper", "weapon_m42", "weapon_mp52", "stunstick", "door_ram", "weaponchecker"}, command = "swat", max = 3, salary = 100, admin = 0, vote = true, hasLicense = true, modelScale = 0.5, -- Ici })
Certainement, essaye.Serenity à dit:Sa marche avec le vrondakis leveling system ?
Oui sa marche ! Merci <3Serenity à dit:Sa marche avec le vrondakis leveling system ?
le mec se repond a lui memeSerenity à dit:Oui sa marche ! Merci <3
On est plusieurs dans ma tête ( ͡° ͜ʖ ͡°)WabelGame à dit:le mec se repond a lui meme
Une dernière question . On peut modifier la speed ?Zozo147 à dit:Oui c'est possible avec "modelScale" donc par exemple :
Code:TEAM_SWAT = DarkRP.createJob("S.W.A.T", { color = Color(80, 45, 0, 255), model = "models/player/swat.mdl", description = [[This is a donator special job, your duty is to heal on of your wounded operatives. You should stay in the PD until backup is needed. Do everything you can to keep the city safe.]], weapons = {"arrest_stick", "unarrest_stick", "weapon_glock2", "weapon_ak472", "ls_sniper", "weapon_m42", "weapon_mp52", "stunstick", "door_ram", "weaponchecker"}, command = "swat", max = 3, salary = 100, admin = 0, vote = true, hasLicense = true, modelScale = 0.5, -- Ici })
Juste pour un job ou tout les jobs?Serenity à dit:Une dernière question . On peut modifier la speed ?
Oui mais je me rappelle plus la fonctionSerenity à dit:Une dernière question . On peut modifier la speed ?
Un seul jobSkydrazZ à dit:Juste pour un job ou tout les jobs?
PlayerSpawn = function(ply)Serenity à dit:Une dernière question . On peut modifier la speed ?
[CODE]TEAM_SWAT = DarkRP.createJob("S.W.A.T", { color = Color(80, 45, 0, 255), model = "models/player/swat.mdl", description = [[This is a donator special job, your duty is to heal on of your wounded operatives. You should stay in the PD until backup is needed. Do everything you can to keep the city safe.]], weapons = {"arrest_stick", "unarrest_stick", "weapon_glock2", "weapon_ak472", "ls_sniper", "weapon_m42", "weapon_mp52", "stunstick", "door_ram", "weaponchecker"}, command = "swat", max = 3, salary = 100, admin = 0, vote = true, hasLicense = true, modelScale = 0.5, -- Ici PlayerSpawn = function(ply) ply:SetWalkSpeed(vitessedemarcheici) -- Vitesse de marche ply:SetRunSpeed(vitessedecourseici) -- Vitesse de sprint ici end, })
Merci de ne pas up un sujet qui date de 2017 , préférez ouvrir votre propre demande d'aide dans la bonne catégorie de ce forumSkyFalling à dit:Bonjour ,je n'arrive pas as changer a taille du jobs .