Blockland Forums > Modification Help

Clientsided function for when a client joins a game.

Pages: << < (2/2)

MegaScientifical:


--- Code: ---package Blah {
function secureClientCmd_ClientJoin(%name, %clientID, %ID, %score, %un, %admin, %super) {
Parent::secureClientCmd_ClientJoin(%name, %clientID, %ID, %score, %un, %admin, %super);
}
};
activatePackage(Blah);
--- End code ---

I use that, although Truce has advised it a courtesy not to use secureClientCmds.

Pages: << < (2/2)

Go to full version