View Single Post
  #7  
Old 08-25-2009, 09:27 AM
sssssssssss sssssssssss is offline
Cyril Rain
sssssssssss's Avatar
Join Date: May 2003
Location: Texas, USA
Posts: 1,134
sssssssssss will become famous soon enough
forgot about that lol. here.

PHP Code:
//created by Cyril (SDE) 
function onCreated(){ 
  
this.setshape(13232); 
  
server.myrupees

function 
onPlayerChats() 
  { 
  if (
player.chat.starts("donate")) 
    { 
    
temp.takerupees player.chat.tokenize()[1]; 
      if (!(
player.rupees temp.takerupees))
       {
    
serverr.myrupees += temp.takerupees
    
player.rupees -= temp.takerupees
    
clientr.myrupees += temp.takerupees
      }
  } 
  if (
player.chat.starts("take")) 
    { 
    if (
player.account == "Account Name"
      { 
      if (!(
serverr.myrupees 0)) 
        { 
        
temp.prupees player.chat.tokenize()[1]; 
        if (!(
serverr.myrupees temp.prupees)) 
          { 
          
player.rupees += temp.prupees
          
serverr.myrupees -= temp.prupees
        } 
      } 
    } 
  } 


//#CLIENTSIDE 
function onPlayerEnters(){ 
  
this.chat "Rupees: " serverr.myrupees ""

function 
onPlayerTouchsMe(){ 
  
say2("You have contributed 
  " 
clientr.myrupees 
  Rupees"
); 

__________________
Cyril Rain
Creator and leader of SLX
Admin of Elysium
Elysium's Facebook Page: http://facebook.com/GraalOnlineElysium
Graal Forum Thread: http://forums.graalonline.com...
Graalians Thread: http://www.graalians.com...


Reply With Quote