View Single Post
  #24  
Old 01-08-2014, 04:58 PM
BlueMelon BlueMelon is offline
asdfg
BlueMelon's Avatar
Join Date: Sep 2008
Posts: 1,481
BlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to behold
Consider this example:
PHP Code:
function onCreated() {
  
setshape(1,32,32);
}
function 
onActionTest() {
  
this.chat random(0,100);
}

//#CLIENTSIDE

function onCreated() {
  
setTimer(0.05);
}
function 
onTimeout() {
  
triggeraction(this.x,this.y,"test");
  
setTimer(1);

__________________
http://i.imgur.com/OOJbW.jpg
Reply With Quote