Is player in range of "OBJECT"??
#1

Is it possible to check if you are in range of a created object that has been named?

If so, how?
Reply
#2

pawn Код:
new Float:X, Float:Y, Float:Z;
GetObjectPos(object, X, Y, Z);
if(IsPlayerInRangeOfPoint(playerid, 20.0, X, Y, Z))
{
    //...
}
Reply
#3

oh lol.

Should of known that


Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)