13.02.2013, 13:01
I'm trying to make a loop and timer, so that the script constantly checks the player location. I need it for this code:
If someone could add a loop & timer for it, it'd be awesome, or just give me an example of how to do it.
PHP код:
if(IsPlayerInRangeOfPoint(playerid, 1.5, 1742.9924, -1863.2076, 13.5754))
{
ShowPlayerDialog(playerid, 100, DIALOG_STYLE_MSGBOX, "TAXI JOB", "Are you sure you want to take this job?", "Yes", "No");
}