Results 1 to 2 of 2

Thread: Some problem..

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Error message

    Click image for larger version. 

Name:	Untitled.png 
Views:	30 
Size:	5.3 KB 
ID:	823

    This doesn't work
    PHP Code:
    else if(menu == game["menu_welcome"/*bool*/ || game["menu_register"/*string*/ || game["menu_login"/*string*/
    This does
    PHP Code:
    else if(menu == game["menu_welcome"/*bool*/ || menu == game["menu_register"/*bool*/ || menu == game["menu_login"/*bool*/
    Edit: please use php tags with your code
    Last edited by Mitch; 10th January 2015 at 18:02.

  2. The Following 2 Users Say Thank You to Mitch For This Useful Post:

    kung foo man (10th January 2015),Rocky (10th January 2015)

Posting Permissions

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