I want to create/put it in a lua file that reads the ban list and if it has a spercific steamid on the list it will unban it and perhaps run it on a timer to check every 5 seconds
i know i will need to read it by something like
local input = ULib.fileRead( "data/ulib/bans.txt" )
but im not sure where to go.
any help appreciated.