View Single Post
  #2  
Old 03-21-2011, 07:56 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
You can request some stuff, i.e.
HTML Code:
  temp.response = sendListerRequest("checkguildexists", temp.gName);
  if (temp.response[1][1] == true) {
    player.sendMessageBox(N_("That gang name can't be created, it exists on Graal already. Contact an admin if you're the owner of this gang."));
    return false;
  }
etc, research this stuff
__________________
Reply With Quote