I'm still learning and new, But ive changed something on murder gamemode sv_player's speed . I added walk for GetMurderer but nothing changed.
function plyMeta:CalculateSpeed()
// set the defaults
local walk,run,canrun = 70,250,true
local jumppower = 200
if self:GetMurderer() then
canrun = false
walk = 100 ------ This one
end
its changing the speed only for the murderer player.
Thanks !
Sorry for rate, I thought it says "Autistic". Please, don't snip your posts.
Sorry, you need to Log In to post a reply to this thread.