Please learn Lua before posting, it even tells you what's wrong, also code tags.
Yeah use code tags make it neater + post the lines what are erroring not the whole lua file
[QUOTE=Wizard of Ass;41256000]Please learn Lua before posting, it even tells you what's wrong, also code tags.[/QUOTE]
It does but I am not a master of lua...
[editline]30th June 2013[/editline]
[QUOTE=freshmintyy;41256084]Yeah use code tags make it neater + post the lines what are erroring not the whole lua file[/QUOTE]
The sticky says to post the entire code but if you need it, it's:
MorbusFinderButton.DoClick = function muudeamorbushack()
You have got a 'end' there right? Otherwise that's whats causing the error
[QUOTE=freshmintyy;41256163]You have got a 'end' there right? Otherwise that's whats causing the error[/QUOTE]
I don't understand but its the 26 line of the entire code. It should show what you mean.
Replace
[code]MorbusFinderButton.DoClick = function muudeamorbushack()[/code]
with
[code]MorbusFinderButton.DoClick = function()[/code]
-snip, ninja'd-
[QUOTE=Robotboy655;41256211]Replace
[code]MorbusFinderButton.DoClick = function muudeamorbushack()[/code]
with
[code]MorbusFinderButton.DoClick = function()[/code][/QUOTE]
So it worked but now I am getting another error but I fixed it but again I got ANOTHER error.
[code]
[ERROR] lua/muudeahack.lua:189: unexpected symbol near 'local'
1. unknown - lua/muudeahack.lua:0
[/code]
The exact line of code the error is on is:
[code]
AimbotButton.DoClick = local function GetBone(ent, bone)
[/code]
Take what you learned from Robotboy's tip and apply it there too.
(also remove the 'local' part)
[QUOTE=Bo98;41256359]Take what you learned from Robotboy's tip and apply it there too.
(also remove the 'local' part)[/QUOTE]
I have removed the local part which led to another error.
Alright, now read the first part of my previous post.
[QUOTE=Bo98;41256359]Take what you learned from Robotboy's tip and apply it there too.
(also remove the 'local' part)[/QUOTE]
I have fixed all the problems just by doing what you have said :)
I learned some things aswell so thanks!
Sorry, you need to Log In to post a reply to this thread.