View Single Post
  #12  
Old 12-15-2007, 07:13 PM
gemini2 gemini2 is offline
Fincayran Loser
gemini2's Avatar
Join Date: Jun 2007
Location: Georgia
Posts: 174
gemini2 is on a distinguished road
Send a message via AIM to gemini2 Send a message via MSN to gemini2
Quote:
Originally Posted by Switch View Post
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
() 
__________________
Quote:
Originally Posted by Crystia RC
*Angelu: i said the tuba isnt fitting
Oinkness: well use some lube
Quote:
Originally Posted by Angelu View Post
for me the hole is to big and its a way to thin :O

Last edited by gemini2; 12-15-2007 at 07:31 PM..
Reply With Quote