Blockland Forums > Modification Help
Client sided coding
Nexus:
--- Quote from: BlockStar on July 20, 2011, 05:23:38 PM ---For a client function do this:
function clientCmdWHATEVERstuffHERE(%client)
{
--- End quote ---
No, that is only if you want the server to be able to tell you to do something.
As a general rule of thumb, I never do it unless there is no way the server can abuse the command and I need the server to send me the information.
Edit: also wtf there is no %client defined on the client side.