#Player speed
1 messages · Page 1 of 1 (latest)
in the change
and where is it?????????????????????
in change
and where is change
in the change
none is working
is your server a sandbox server
no its an Starwars Rp server
ah
do you know the problem?
what addon do you use for starwars rp
what do you mean
im using a lot of addons
like, what addon do you use that adds starwars rp as a gamemode, or do you use just use base dark rp and modify alot of it
i have an own starwars rp gamemode
here try this simple script i made for changing the speed (you will need to add it to lua/autorun)
Didnt work
did you edit the values
yes
weird, maybe something else is constantly overriding your speed
i checked every addon
ima look again
i didnt found anything
where did you place the file i sent you
in lua/autorun
in garrysmod/lua/autorun?
yes
what happens if you change the timer's value from 0 to 1 (the number 0 in the timer.Simple function)
and then save
and then respawn
nothing
are you sure it isnt changing your speed
im sure
do you have access to server console
yes
use hook playerspawn and functions setrunspeed,setwalkspeed
dont have one
hook.Add("PlayerSpawn","arlekin4speed",function(p)
p:SetRunSpeed(350) -- (your value here)
p:SetWalkSpeed(100) -- (your value here)
end)
And were do i need to add this
Im dumb btw
addons/lua/autorun/server/somelua.lua
thx