how can i do if in arraylist

Discussion in 'Plugin Development' started by ProStriker123, Aug 8, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    ProStriker123

    How can i do if in arraylist there is alredy 8 peoples the game will start automaticaly
     
  2. Offline

    born2kill_

    You can check the size of the arraylist:
    Code:
    if(yourarraylist.size() == sizeamount) {
      do whatever
    }
     
Thread Status:
Not open for further replies.

Share This Page