Evolve's size and speed plugins as stand alone addon?
1 replies, posted
Hello, may I ask, is there someone on facepunch willing to recreate the Evolve's size and speed plugins in the form of a basic standalone addon?
I would just use it for personal fun, also because the size command worked really good : you could get even into microscopical prop-made tunnels.
I hope I am not asking for too much.
Thanks in advance!
[lua]
function SetSpeeds(ply,cmd,args)
amp = args[1];
for a,b in pairs(player.GetAll()) do
b:SetRunSpeed(100*amt+250);
end
end
concommand.Add("SpeedAmp",SetSpeeds);
[/lua]
Sorry, you need to Log In to post a reply to this thread.