
06-05-2007, 06:05 AM
|
|
Jazz teh Awesome
|
 |
Join Date: Jul 2006
Location: California
Posts: 596
|
|
|
The problem isnt detecting the players chat. -.-
That works serverside too. Cause, when I have
function onPlayerChats(){
if (player.chat == "/test"){
player.chat = "Sucess!";
}
}
it works. |
|
|
|