Show a objects model ID?
#2

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


Messages In This Thread
Show a objects model ID? - by Lorenc_ - 07.05.2011, 12:32
Re: Show a objects model ID? - by [WSF]ThA_Devil - 07.05.2011, 15:08
Re: Show a objects model ID? - by MadeMan - 07.05.2011, 16:35
Re: Show a objects model ID? - by Babul - 07.05.2011, 16:39
Re: Show a objects model ID? - by Lorenc_ - 07.05.2011, 23:49
Re: Show a objects model ID? - by DRIFT_HUNTER - 07.05.2011, 23:59
Re: Show a objects model ID? - by Lorenc_ - 08.05.2011, 00:45

Forum Jump:


Users browsing this thread: 2 Guest(s)