[Problem] (isplayerinrangeofpoint)
#1

Hi

my code is
Код:
if(IsPlayerInRangeOfPoint(playerid, 3.0,-820.0316, 1577.5225, 27.2307))
    {
         MoveObject(gate, -821.0316, 1577.5225, 27.2307, 4);
    }
No error but not working please help
Reply
#2

Try this:

Код:
if(IsPlayerInRangeOfPoint(playerid, 3.0,-820.0316, 1577.5225, 27.2307))
{
     MoveObject(gate, -821.0316, 1577.5225, 27.2307, 4);
}
also in what callback did you use it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)