this Sending the message, when I next to each object...
#4

you only have 1 object so you don't need a loop

use it in a timer

pawn Код:
new TEST[1];  

TEST[0] = CreateObject(1,-3175.7463,1888.1807,74.7513,0,0,0);  

new Float:x, Float:y, Float:z;
GetObjectPos(TEST[0], x, y, z);
if(IsPlayerInRangeOfPoint(playerid, 2.2, x, y, z))
{
   SendCllientMessage(playerid, -1, "Test Test Test!!!!!");
}
Reply


Messages In This Thread
this Sending the message, when I next to each object... - by _Application_ - 18.12.2014, 14:17
Re: this Sending the message, when I next to each object... - by Rog - 18.12.2014, 14:23
Re: this Sending the message, when I next to each object... - by _Application_ - 18.12.2014, 14:27
Re: this Sending the message, when I next to each object... - by M4D - 18.12.2014, 14:30
Re: this Sending the message, when I next to each object... - by _Application_ - 18.12.2014, 14:42

Forum Jump:


Users browsing this thread: 1 Guest(s)