Wolten Posted January 31, 2017 Posted January 31, 2017 I only have one error after merging scripts. This is the error:Error [mod0000_mergedfiles]game\player\playerinput.ws(3337): Unexpected end of file found after '{' at line 9What does the 3337 mean, and how do I know where line 9 is to fix it?Sorry, this is my first time using script merger and any kind of coding at all, ever. Any help is deeply appreciated! Thank you!
Cimohai Posted February 3, 2017 Posted February 3, 2017 On 1/31/2017 at 3:54 AM, Wolten said: I only have one error after merging scripts. This is the error:Error [mod0000_mergedfiles]game\player\playerinput.ws(3337): Unexpected end of file found after '{' at line 9 What does the 3337 mean, and how do I know where line 9 is to fix it?Sorry, this is my first time using script merger and any kind of coding at all, ever. Any help is deeply appreciated! Thank you! from what i know, 3337 means line 3337 on the script codeand "Unexpected end of file found after '{' at line 9" mean there is an error on line 9 on the script code (probably something about parenthesis) you can use notepad++ to check the script and edit the script if you wantopen playerinput.ws with notepad++ and you can see the line along with the script in a good looking format
ddmeltzer8 Posted November 19, 2017 Posted November 19, 2017 On 1/31/2017 at 3:54 AM, Wolten said: I only have one error after merging scripts. This is the error:Error [mod0000_mergedfiles]game\player\playerinput.ws(3337): Unexpected end of file found after '{' at line 9 What does the 3337 mean, and how do I know where line 9 is to fix it?Sorry, this is my first time using script merger and any kind of coding at all, ever. Any help is deeply appreciated! Thank you!Hi.Were u able to resolve the issue?I have this error;Error [mod0000_mergedfiles]game\player\r4player.ws(14486): Unexpected end of file found after '{' at line 2 and I have no idea what to do!Thanks.
ddmeltzer8 Posted November 19, 2017 Posted November 19, 2017 On 2/3/2017 at 6:07 AM, Cimohai said: On 1/31/2017 at 3:54 AM, Wolten said: I only have one error after merging scripts. This is the error:Error [mod0000_mergedfiles]game\player\playerinput.ws(3337): Unexpected end of file found after '{' at line 9 What does the 3337 mean, and how do I know where line 9 is to fix it?Sorry, this is my first time using script merger and any kind of coding at all, ever. Any help is deeply appreciated! Thank you! from what i know, 3337 means line 3337 on the script codeand "Unexpected end of file found after '{' at line 9" mean there is an error on line 9 on the script code (probably something about parenthesis) you can use notepad++ to check the script and edit the script if you wantopen playerinput.ws with notepad++ and you can see the line along with the script in a good looking format Hi.I currently have this error message:Error [mod0000_mergedfiles]game\player\r4player.ws(14486): Unexpected end of file found after '{' at line 2But I dont know what to do.How and what should I edit?If u have any idea I would really appreciate some help!Thanks.
Recommended Posts