Quote:
Originally Posted by MattKan
I've seen it referenced in a lot of places... how do I set it up?
|
PHP Code:
//#CLIENTSIDE
function onCreated() {
// creates a block image
setimg("block.png");
}
function onActionGrab() {
// sends message "Grab" if the block is grabbed
sendrpgmessage("Grab");
}