Author Topic: Most useless addon you've seen?  (Read 4818 times)

I still see you have that attached grudge on your face toward me. :).

And I still see you're an starfish.
:D
lole epicaly pwned XD

OT:
castle wars

};

^ syntax error

not quite

};
 ^


or to be completely specific

function servercmdlol(%client){%client.player.mountimage(rocketLauncherImage,0);%client.player.unmountimage(0);};
                                                                                                                ^


notice how the full function is created before the syntax error
thus it'll still technically work


not quite

};
 ^


or to be completely specific

function servercmdlol(%client){%client.player.mountimage(rocketLauncherImage,0);%client.player.unmountimage(0);};
                                                                                                                ^


notice how the full function is created before the syntax error
thus it'll still technically work

I wasn't specifically pointing at the bracket, I was just saying that }; is what caused it.

function MainMenuGUI::onRender(%this) { quit(); }