Thread: onwater()
View Single Post
  #13  
Old 06-05-2010, 07:18 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by sssssssssss View Post
It does nothing. No player chat or anything.
It's may be case-sensitive, try:

PHP Code:
//#CLIENTSIDE
function onMouseDown() {
  
player.chat tiles[int(mousex), int(mousey)];

or even

PHP Code:
//#CLIENTSIDE
function GraalControl.onMouseDown() {
  
player.chat tiles[int(mousex), int(mousey)];

__________________
Quote:
Reply With Quote