Quote:
Originally Posted by Switch
PHP Code:
//#CLIENTSIDE
function onCreated()
setTimer(.05);
function onTimeOut() {
if (player.ismasspm()) {
player.chat = "1";
}
setTimer(.05);
}
Won't make you say "1"...
|
there, fixed it in the quote, PS: player.ismasspm()
Edit: Well, oddly it doesn't seem to work..

they are listed @
http://wiki.graal.net/index.php/Crea...side_Functions
PHP Code:
TServerPlayer
isguildpm() - returns boolean
ismasspm() - returns boolean
openexternalhistory() - returns boolean
openexternalpm(bool) - returns boolean
pmswaiting() - returns boolean
showprofile()