And i know since kalphiter is some scary genius that he knows how to like.. to everythings O_.
Well, first off, I wouldn't say Kalphiter is a genius. Anyone can remember torque functions, they're practically plain English. Learning how to use them is not hard either, because for most of them you can do (for example) initContainerBoxSearch(); in console and it will tell you how it's used. It won't do this for methods of a class (Like onClientEnterGame).
Second, you have to close your brackets.
function laadeedah(%client)
{
%client.player.setWhiteout(10);
%client.player.kill();
}
Third, canvas functions are clientside, and gameConnection methods are serverside. This code will only work for you, reguardless of if they have the GUI or not. And at that, it'll only work if you're running a non-dedicated server.