Files
wnsrc/gamemodes/helix/plugins/stamina/attributes/sh_stm.lua
lifestorm c6d9b6f580 Upload
2024-08-05 18:40:29 +03:00

17 lines
438 B
Lua

--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ATTRIBUTE.name = "Stamina"
ATTRIBUTE.description = "Affects how fast you can run."
function ATTRIBUTE:OnSetup(client, value)
client:SetRunSpeed(ix.config.Get("runSpeed") + value)
end