View Single Post
  #6  
Old 12-05-2008, 05:17 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
For #1, try something like this:

PHP Code:
function onActionServerSide(cmd) {
  if (
cmd == "meep") {
    
// destroy the planet
  
}
}
//#CLIENTSIDE
function onCreated() {
  
scheduleevent(5"Something""");
}
function 
onSomething() {
  
triggerserver("gui"name"meep");

__________________
Reply With Quote