View Single Post
  #5  
Old 05-20-2011, 11:15 PM
oo_jazz_oo oo_jazz_oo is offline
Jazz teh Awesome
oo_jazz_oo's Avatar
Join Date: Jul 2006
Location: California
Posts: 596
oo_jazz_oo is a jewel in the roughoo_jazz_oo is a jewel in the rough
Send a message via MSN to oo_jazz_oo
In the onCreated() event, put
PHP Code:
onTimeout(); 
That will start the timeout loop. The code within the onCreated() event is triggered when the weapon is created (Pretty obvious). However, the onTimeout() event needs to be triggered by either calling it directly, or by setting a specific time with
PHP Code:
setTimer(x); 
http://gscript.graal.net/onTimeout
__________________

Reply With Quote