07.05.2011, 12:32
Hey guys if i run a loop around all objects and create a 3dlabel what method would be suggested to gain the objects MODEL ID?
Thanks in advance, Lorenc
Note: The previous topic i created makes me crash when i click the topic link, IDK why maybe i just pasted too much code? IF any admin/mod sees this please remove that topc 'Short way of defining a object list?'
pawn Код:
for(new i = 0; i < MAX_OBJECTS; i++)
{
format(string, sizeof(string), "Model ID: %d", ???);
}
Note: The previous topic i created makes me crash when i click the topic link, IDK why maybe i just pasted too much code? IF any admin/mod sees this please remove that topc 'Short way of defining a object list?'