14.10.2016, 04:37
Quote:
|
You can take the coordinates from your IsPlayerInRangeOfPoint x,y,z parameter.
Example: Код:
IsPlayerInRangeOfPoint(playerid,3.0,2065.439453125, -1897.5510253906, 13.19670009613) // Take X,Y,Z coordinate from this code Код:
Create3DTextLabel("ATM", -1, 2065.439453125, -1897.5510253906, 13.19670009613 + 1.0, 5.0, 0);
|


