Thread: Farming Script
View Single Post
  #4  
Old 11-20-2009, 02:06 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
This is pretty much the standard for getting the coordinates in front of the player.

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
temp.target_x player.1.5 vecx(player.dir) * 2;
  
temp.target_y player.vecy(player.dir) * 2;

__________________
Quote:
Reply With Quote