View Single Post
  #8  
Old 06-04-2007, 12:57 AM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
Quote:
Originally Posted by MrAnonymous_P2P View Post
My problem is when the player answers the question (saying test) nothing happens. It just stays the same.
PHP Code:
//#CLIENTSIDE
function onPlayerChats()
{
     if (
player.chat.trim() == "test")
     {
          
// Yadda yadda yadda.
     
}

__________________
What signature? I see no signature?
Reply With Quote