View Single Post
  #6  
Old 06-03-2010, 01:11 AM
Jiroxys7 Jiroxys7 is offline
Hazard to Graal
Jiroxys7's Avatar
Join Date: Apr 2009
Posts: 343
Jiroxys7 will become famous soon enough
urg. i tried this today. i cant even get it to to hit the player that has it.
What am i doing wrong in this?

PHP Code:
//#CLIENTSIDE
function onCreated(){
  
setTimer(0.05);
}

function 
onTimeout(){
  
triggeraction(player.xplayer.y"Test");
  
setTimer(0.05);
}

function 
onActionTest(){
  
player.chat "It works!";

__________________
MY POSTS ARE PRONE TO EDITS!
Reply With Quote