Blockland Forums > Modification Help
Clientsided function for when a client joins a game.
<< < (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.
Navigation
Message Index
Previous page

Go to full version