View Single Post
  #2  
Old 03-03-2011, 02:18 AM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
Quote:
Originally Posted by MattKan View Post
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");

} 
Reply With Quote