Welcome to Jc - Scape!

Please log-in if you already have a JCscape forum account,

If you don't, please register!

Best regards, JCscape staff.
Welcome to Jc - Scape!

Please log-in if you already have a JCscape forum account,

If you don't, please register!

Best regards, JCscape staff.
Would you like to react to this message? Create an account in a few clicks or log in to continue.


.
 
HomeHome  Portal*Portal*  GalleryGallery  SearchSearch  Latest imagesLatest images  RegisterRegister  Log inLog in  
Navigation
 Index
 FinalX
 Server Status
Who is online
In total there are 2 users online :: 0 Registered, 0 Hidden and 2 Guests

None

Most users ever online was 167 on Mon May 18, 2009 10:33 pm
Top posters
♫ Steven ♫ (1243)
Player Name Limit I_vote_lcapPlayer Name Limit I_voting_barPlayer Name Limit I_vote_rcap 
Jamie (1112)
Player Name Limit I_vote_lcapPlayer Name Limit I_voting_barPlayer Name Limit I_vote_rcap 
Norway (1110)
Player Name Limit I_vote_lcapPlayer Name Limit I_voting_barPlayer Name Limit I_vote_rcap 
Immense Jelly <3 Obliv (1072)
Player Name Limit I_vote_lcapPlayer Name Limit I_voting_barPlayer Name Limit I_vote_rcap 
Mod Robbie (984)
Player Name Limit I_vote_lcapPlayer Name Limit I_voting_barPlayer Name Limit I_vote_rcap 
J A M I E (832)
Player Name Limit I_vote_lcapPlayer Name Limit I_voting_barPlayer Name Limit I_vote_rcap 
Oblivious (780)
Player Name Limit I_vote_lcapPlayer Name Limit I_voting_barPlayer Name Limit I_vote_rcap 
Disturb3d (760)
Player Name Limit I_vote_lcapPlayer Name Limit I_voting_barPlayer Name Limit I_vote_rcap 
ErenGurkan ツ (740)
Player Name Limit I_vote_lcapPlayer Name Limit I_voting_barPlayer Name Limit I_vote_rcap 
James (710)
Player Name Limit I_vote_lcapPlayer Name Limit I_voting_barPlayer Name Limit I_vote_rcap 

Advert

Interested to advertise at jcscape.org? Contact Evanna@graphicscene.net

 

Player Name Limit

View previous topic View next topic Go down 
Author Message
The Soul
Moderator
Moderator
The Soul

Number of posts : 8
Points :
Player Name Limit Left_bar_bleue0 / 1000 / 100Player Name Limit Right_bar_bleue

Registration date : 2009-12-31

Player Name Limit Vide
PostSubject: Player Name Limit   Player Name Limit EmptyThu Dec 31, 2009 1:00 am

Code:
public void name() {
   String[] name = new String[playerName.size];
   playerName.toArray(name);
   for(int i = 0; i < name.length; i++) {
      if(name[i] > 12 || name[i] < 2) {
         return;
      }
   }
}
then add this to the run() method in the client class:
Code:
name();

I just wrote that up to check if a player's name is greater than 12 or less than 2, the server won't accept the connection.
Back to top Go down

Player Name Limit

View previous topic View next topic Back to top 
Page 1 of 1

Permissions in this forum: You cannot reply to topics in this forum
 :: Main Rsps :: Tutorial's / Config's Ect. -