I made a file in my tpt folder called multi.lua and went to the tpt console and type dofile("muti.lua") and then it says multi.lua:1417: '=' expected near '<eof>'
And so i did dofile("muti.txt") then it said cannot open multi.txt: No such file or directory
Oh you are havin the same problem? First of all, it should be called tptmp.lua unless you are doing a different script.....are you doing the multiplayer one?
"I made a file in my tpt folder called multi.lua"
Yeah, it should be tptmp.lua (I'm assuming that's what you are trying to load)
"And so i did dofile("muti.txt") then it said cannot open multi.txt: No such file or directory"
.txt files can't be run. Try using cracker64's "The last autorun you'll ever need"
mniip:
@AgileAsassian (View Post)
If the file is called multi.lua dofile'ing multi.txt obviously won't work. The first thing you did was right. the error about '=' seems to be the error in the script, nothing of your fault
That's what I meant :P