Author Topic: First GUI Problems.  (Read 3911 times)

ok, oh god i have no idea what key to do now

ok, oh god i have no idea what key to do now
I mean, i have no idea what key is avalible now
if i go on blockland, we will lose the console.log


Ok, i looked thrugh the console.log, and found this:

Code: [Select]
Client checking Add-On: Script_Testgui
Loading Add-On: Script_Testgui (CRC:-1665643946)
Add-Ons/Script_Testgui/client.cs Line: 2 - Syntax error.
>>> Some error context, with ## on sides of error halt:
xec("./Testgui.gui");

moveMap.bind(keyboard, "\", pushTestgui);
##
##

function testcommand()

{

^MessageBoxOK("Thanks!","You have just pressed a button on a test GUI!");

}




>>> Error report complete.

ADD-ON "Script_Testgui" CONTAINS SYNTAX ERRORS


Client checking Add-On: Script_SaveSaver

sorry pressed post by accident.
Please note this is my first GUI add - on i made ever.
the only other add - ons are map edits.


Stop bumbing its annoying



Again, Bump.

Then, one of your script lines is wrong and/or has an error. Look through the script and find the error.

Stop bumbing its annoying

Stop posting, this is the help section. People are allowed to bump topics, especially if they need help. If you don't like it, then don't post.

\ is the string escape character. Try using something else.
Woops, forgot that.

Changing then testing then replying.

Woops, forgot that.

Changing then testing then replying.

Lol.

Changed the key "/" to "p".

Still did nothing.

Il get Console.log updated in a while....
Let me do it.

Changed the key "/" to "p".

Still did nothing.

Il get Console.log updated in a while....
Let me do it.

Fix or rewrite your code.

Got Console.log.

anyway, il re-write the client.cs now. Thank you Killer2.