View Single Post
  #7  
Old 06-30-2011, 09:53 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
PHP Code:
this.name player.chat "/setname"
You don“t use like player.chat - "/setname";
You should do something like:
PHP Code:
this.name player.chat.substring(9); 
__________________
MEEP!
Reply With Quote