View Single Post
  #7  
Old 05-29-2010, 08:49 PM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
Quote:
Originally Posted by Jiroxys7 View Post
PHP Code:
//#CLIENTSIDE 
function onTimeout(){
  
player.chat "!";

setTimer(0.05); 
There's a bug with Graal where //#CLIENTSIDE will not work if there are spaces to the right of it; I think your script has one.
Reply With Quote