[Help] Finding the X,Y from an object
#9

Quote:
Originally Posted by ╔Jigsaw╗
Then you were already told...

GetPlayerObjectPos (Click it)
I know this and I don't mean this.

This is for getting the X,y from a player.
Код:
stock GetXYInFrontOfPoint(Float:x,Float:y,&Float:x2,&Float:y2,Float:A,Float:distance)
{
x2 = x + (distance * floatsin(-A,degrees));
y2 = y + (distance * floatcos(-A,degrees));
}
I want to get it from an object?

Understand..
Reply


Messages In This Thread
[Help] Finding the X,Y from an object - by RyDeR` - 24.10.2009, 19:19
Re: [Help] Finding the X,Y from an object - by thuron - 24.10.2009, 19:31
Re: [Help] Finding the X,Y from an object - by dice7 - 24.10.2009, 19:40
Re: [Help] Finding the X,Y from an object - by RyDeR` - 24.10.2009, 20:10
Re: [Help] Finding the X,Y from an object - by RyDeR` - 25.10.2009, 08:02
Re: [Help] Finding the X,Y from an object - by Adamrcook - 25.10.2009, 08:05
Re: [Help] Finding the X,Y from an object - by RyDeR` - 25.10.2009, 08:16
Re: [Help] Finding the X,Y from an object - by Adamrcook - 25.10.2009, 08:18
Re: [Help] Finding the X,Y from an object - by RyDeR` - 25.10.2009, 08:27
Re: [Help] Finding the X,Y from an object - by Adamrcook - 25.10.2009, 08:30

Forum Jump:


Users browsing this thread: 1 Guest(s)