25.07.2015, 20:18
Use this, can be useful: https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint
example:
example:
PHP код:
if(IsPlayerInRangeOfPoint(playerid, 200.0, X, Y, Z)) //get the cordinate of center of LV(or any city), and put here. 200.0 is the "example range", but increase this number depending of the city.
{
SendClientMessage(playerid,0xFFFFFFFF,"You are near of Las Venturas!"); //Functions, SendClientMessage is a example.
}