i am now using:
file = fs.open(path,"r") -- path is actually a real path!
local Buttons = file.readAll()
file.close()
Any way to fix this??
(If there is any wrong English i am sorry from Holland
Posted 20 October 2015 - 01:05 PM
Posted 20 October 2015 - 07:21 PM
Edited by TYKUHN2, 20 October 2015 - 07:21 PM.
Posted 20 October 2015 - 09:37 PM
local Buttons = textutils.unserialise(file.readAll())
Posted 20 October 2015 - 10:04 PM
Posted 20 October 2015 - 10:08 PM
TYKUHN2, on 20 October 2015 - 10:04 PM, said:
Posted 20 October 2015 - 10:39 PM
Posted 21 October 2015 - 09:02 AM
0 members, 1 guests, 0 anonymous users