PDA

View Full Version : shootarrow();???


skillmaster19
03-28-2011, 08:00 PM
how do I use it?

fowlplay4
03-28-2011, 08:17 PM
There's really nothing to it...


//#CLIENTSIDE
function onCreated() {
shootarrow(direction);
}

skillmaster19
03-28-2011, 08:19 PM
There's really nothing to it...


//#CLIENTSIDE
function onCreated() {
shootarrow(direction);
}

I knowthat, but is there a way to set the x and y of where it starts?

fowlplay4
03-28-2011, 08:43 PM
I knowthat, but is there a way to set the x and y of where it starts?

No, it just shoots from the origin of the object (Player or NPC) that calls it.

You'll have to use the shoot() to do anything custom like that.