Quote:
Originally Posted by MrAnonymous_P2P
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.
}
}