07.05.2011, 15:08
i think you need distance from a object... that means you have too much labels that server can contain
(NOT TESTED and might not work)
pawn Код:
for(new i = 0; i < MAX_OBJECTS; i++)
{
if(IsPlayerInRangeOfPoint(playerid, 7.0, i))
{
format(string, sizeof(string), "Model ID: %d", ???);
}
}