View Single Post
  #6  
Old 08-19-2012, 02:29 AM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by Bleachlover551 View Post
Example: This?

triggerserver("gui",this.name,"ap=50",MyGUI_TextEd it1.text)
Assigning variables doesn't work like this, you just need to pass 50 as a parameter, and then do something like:

PHP Code:
function onActionServerSide(temp.aptemp.account){
  
temp.pl findplayer(temp.account);
  if(
temp.pl != NULL){
    
temp.pl.ap temp.ap;
  }

Reply With Quote