View Single Post
  #12  
Old 02-27-2010, 06:30 PM
Liberated Liberated is offline
not doing alot
Liberated's Avatar
Join Date: Feb 2008
Posts: 1,366
Liberated has a spectacular aura about
you could always try to use onPlayerTouchsMe()
although i always find it annoying that whenever i hit a sign, i suddenly get this lousy say2 message.

but it would immensly simplify some things
PHP Code:
//CLIENTSIDE
function onPlayerTouchsMe()
{
  
openURL("http://wiki.graal.net"); 

Reply With Quote