Show a objects model ID?
#4

Код:
const MaxObjectsAndLabels=1000;
new Object[MaxObjectsAndLabels];
new ObjectModelID[MaxObjectsAndLabels];
// at each
//Object[id]=CreateDynamicObject(ModelID,...);
// add a
//ObjectModelID[id]=ModelID;
// then you can obtain its ModelID by using its arrayed [id]:
format(string, sizeof(string), "ObjectID:%4d ModelID:%5d", id,  ObjectModelID[id]);
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: 1 Guest(s)