Thread: Nick name limit
View Single Post
  #2  
Old 06-04-2012, 06:56 PM
BlueMelon BlueMelon is offline
asdfg
BlueMelon's Avatar
Join Date: Sep 2008
Posts: 1,481
BlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to behold
PHP Code:
if(player.nick.length() > 10){
   
player.chat "Nickname is limited to 10 characters!";
   
player.nick player.nick.substring(0,10); 

__________________
http://i.imgur.com/OOJbW.jpg
Reply With Quote