View Single Post
  #14  
Old 08-14-2012, 10:50 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Quote:
Originally Posted by clarke119 View Post
PHP Code:
function UpdateButton.onAction() {
 
temp.rank rank1.txt;
 
temp.rights rights1.txt;
 
triggerserver("gui",this.name,"rankchanger",account1.text,temp.rank,temp.rights);

should be
PHP Code:
 temp.rank rank1.text;
 
temp.rights rights1.text
It might be because it's just a part of the code and you cutted stuff out but you also forgot the closing bracket } for the onCreated() part.

You also should give your guis another naming. Check this thread for some help
__________________
MEEP!
Reply With Quote