Ulysses Stuff > Releases
Roll the Dice module
bobo0044:
--- Quote from: Timmy on December 06, 2015, 07:15:52 AM ---Delete lines 103-108 in lua/ulx/modules/sh/trtd.lua.
https://github.com/timmyws/ULX-RTD/blob/master/lua/ulx/modules/sh/trtd.lua#L103-L108
--- End quote ---
thank u that was fast <3
bobo0044:
--- Quote from: Timmy on December 06, 2015, 07:15:52 AM ---Delete lines 103-108 in lua/ulx/modules/sh/trtd.lua.
https://github.com/timmyws/ULX-RTD/blob/master/lua/ulx/modules/sh/trtd.lua#L103-L108
--- End quote ---
doesn't work I did it but no work
Timmy:
--- Quote from: bobo0044 on December 06, 2015, 07:39:45 AM ---doesn't work I did it but no work
--- End quote ---
Have you tried restarting your server after you made those changes? :)
bobo0044:
--- Quote from: Timmy on December 06, 2015, 07:43:02 AM ---Have you tried restarting your server after you made those changes? :)
--- End quote ---
did so
Timmy:
--- Quote from: bobo0044 on December 07, 2015, 09:10:50 AM ---did so
--- End quote ---
- Confirm that you removed the noclip effect:
--- Code: ---TRTD.AddEffect({name="noclip", duration=20, enable=function(ply)
ply:SetMoveType(MOVETYPE_NOCLIP)
end, disable=function(ply)
ply:SetMoveType(MOVETYPE_WALK)
ply:UnTrap()
end})
--- End code ---
The code above should be removed from the original file!
- Confirm that the changes were saved correctly.
- Make sure that the server did, in fact, restart.
If you're still having issues after you tried these things, you'll have to show me the contents of your trtd.lua file.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version