View Single Post
  #3  
Old 04-01-2007, 06:54 PM
foxboi foxboi is offline
zzzzz
foxboi's Avatar
Join Date: Aug 2005
Posts: 101
foxboi is on a distinguished road
Quote:
Originally Posted by Chandler View Post
HTML Code:
function onPlayerChats()
  {
  if (player.chat.starts("/box"))
    this.chat = min(player.chat.substring(4).trim(), 2);
  elseif (player.chat == "/reset")
    this.chat = "";
  }



Yeah code you sorta explain how you made that script>?
Reply With Quote