- 149
- 12
код:
local X, Y, Z = getCharCoordinates(PLAYER_PED) -- в начале кода
function blal() -- в скрипте
local dist = getDistanceBetweenCoords3d(X, Y, Z,2719,-2405,13)
if dist < 5 then
sampSendChat('бла бла')
end