Results 1 to 3 of 3

Thread: Accounts guid

  1. #1
    Private First Class
    Join Date
    Jul 2013
    Posts
    170
    Thanks
    44
    Thanked 16 Times in 11 Posts

    Accounts guid

    How i can make admin menu at account? Or account create a guid for player?

  2. #2
    Private First Class
    Join Date
    Jul 2013
    Posts
    170
    Thanks
    44
    Thanked 16 Times in 11 Posts
    To explain... Account make guid for player with guid 0 or some admin check for username.

  3. #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");
        }


  4. 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
  •