View Single Post
  #5  
Old 01-30-2012, 03:47 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
You can use two events to parse and deal with all chat:

PHP Code:
//#CLIENTSIDE

function onPlayerChats() {
  
onRemotePlayerChats(playerplayer.chat);
}

function 
onRemotePlayerChats(objtxt) {
  
// txt is their chat
  // you can use obj.x, obj.y as your center point

__________________
Quote:
Reply With Quote