This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Sanguin's profile picture

Need Help at Debugging

Started by Sanguin, 08 April 2015 - 08:21 PM
Sanguin #1
Posted 08 April 2015 - 10:21 PM
hehe ^^" ive done it myself
code looked like

side="serverstuff/sides",sidename
sid=fs.open(side,"w")
didnt recognized the comma
changed it to

side="serverstuff/sides"..sidename
sid=fs.open(side,"w")
sorry for posting this
Edited on 08 April 2015 - 09:27 PM
Sanguin #2
Posted 08 April 2015 - 11:34 PM
btw whos interested in shitty ingame servers
i am creating some scripts for server that hosts texts files that others can read
Spoilerhttp://pastebin.com/u/Sanguin
i am thinking of making a review here of these scripts so stay tight that definetivly a thing i am gonna do this holiday ;)/>
mfg Sanguin aka SKIPP3R aka Umbra
Edited on 08 April 2015 - 09:51 PM
Creator #3
Posted 09 April 2015 - 12:32 AM
It is always OK to ask questions. ;)/> If you have any more questions, the comunity is at your disposition.