Ok now can someone help with this:
PHP Code:
//#CLIENTSIDE
function onCreated()
onTimeOut();
function onTimeOut() {
player.chat = player.account.pmswaiting() @ " has sent you a PM";
setTimer(.05);
}
Can someone tell me how to make it so FIRST it checks if the player has a message, THEN it checks if it's a Guild Message, Staff Message, PM, or Mass. It's confuszling me.