i own a darkrp server and i have a zombie job and i want to make it run faster, heres my code. but why doesnt it work, help please
TEAM_ZOMBIE = AddExtraTeam("Zombie", {
color = Color(255, 255, 255, 255),
model = "models/player/hidden/hidden.mdl",
description = [[Your a zombie, you live underground in the sewers, in the overworld you are !!!KOS!!!, start a zombie family in the sewers, and kill anyone who trespasses on your territory! ]],
weapons = {"weapon_weapons_zombie"},
command = "zombie",
max = 4,
salary = 0,
admin = 0,
vote = false,
hasLicense = false,
PlayerSpawn = function(ply) ply:SetHealth(350) end,
PlayerSpawn = function(ply) ply:SetRunSpeed(300) end,
})
I think you also need to set their max speed up.
ply:SetMaxSpeed(300)
Put them all in the same function too.
didnt work :/ but thanks for replying
Sorry, you need to Log In to post a reply to this thread.