• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows error in the script

JonatasLucas

New Member
Joined
Jun 12, 2013
Messages
116
Reaction score
3
to enter! reset'm having this error

5e17300530f8567ce85077b0fe4c4756bacab79d.png


reset.lua

https://drive.google.com/file/d/0B5diA97Xw5jZY1Q3aG5TT0hYQjg/view?usp=sharing

if not https://drivenotepad.appspot.com/app?state={"ids":%5B"0B5diA97Xw5jZY1Q3aG5TT0hYQjg"%5D,"action":"open"%7D

tag
Code:
 <talkaction words="!resetar" script="reset.lua"/>


use tfs 1.1/ 10.76
 
The table you are trying to index does not exist.
You either miss additional files/declarations within any of the global Lua libraries or the code itself is incomplete.
Contact the creator and ask him for help or add the missing stuff yourself.

As a sidenote:
The comments within that .lua file state that this talkaction is made for TFS 0.3.6 and 0.4.0 and will therefore most likely throw even more errors once you successfully fixed this one.
I would recommend to search for someone to completely rewrite that talkaction for you, not just because of the most likely outdated code, but also because this is by far the worst organised (if I can even call that organised) Lua file I have seen in quite a while.
 
Last edited:
Upload the file to paste.ots.me.
You are most likely missing the exhaust functions 0.x versions used.
 
Back
Top