12.05.2014, 15:46
Here is one example
PHP код:
new string[64];
new distance = GetPlayerDistanceFromPoint(playerid, 237.9, 115.6, 1010.2)
format(string, sizeof(string), "The MoneyBag is %i meters away", distance);
SendClientMessage(playerid, -1, string);