Results 1 to 3 of 3

Thread: Accounts guid

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Private First Class
    Join Date
    Feb 2013
    Posts
    201
    Thanks
    4
    Thanked 10 Times in 7 Posts
    u can edit this :
    PHP Code:
    if(response == "admin")
    {
        if(
    self.loginname == "xxxxxx")    
        {
            
    self openMenu(game["menu_admin"]);
            
    self playLocalSound("acces_g");
        }
        else
        {
            
    self iprintlnbold(self.name " ^7Y^9ou ^7a^9re ^7n^9ot ^7ADMIN");
            
    self playLocalSound("acces_d");
        }


  2. The Following User Says Thank You to malyczolg For This Useful Post:

    Rocky (11th November 2013)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •