View Single Post
  #2  
Old 01-11-2011, 06:18 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
It needs to be clientside. You should also not mix old GScript with new GScript.

PHP Code:
//#CLIENTSIDE
function onPlayerTouchsMe(){
  
setcoloreffect(0,0,1,0.4);
  
sleep(1);
  
setcoloreffect(1,1,1,1);

Keep in mind that this will only work online.
__________________
Reply With Quote