Results 1 to 10 of 12

Thread: custom ID ban

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,731
    Thanks
    17
    Thanked 1,082 Times in 683 Posts
    No, it does not.

    Try kicking a player over 9, it will crash on the isint() part.

    Use this instead:
    PHP Code:
    isint(string)
    {
         return ((
    int(string) + "") == string "");

    However this will fail to recognize -0 as a number, but that shouldnt be too big of a deal right?
    }
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

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

    filthy_freak_ (12th November 2015),Ni3ls (12th November 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
  •