[Include] All models array
#2

The maximum number of models supported is 20,000 why not just use that instead of looping over an indeterminate array? Then also change up your enum to support model types.

Код:
#define MODEL_TYPE_NONE 0
#define MODEL_TYPE_PED 1
#define MODEL_TYPE_VEHICLE 2
#define MODEL_TYPE_MODEL 3

enum e_MODEL_NAMES {
	e_modelType,
	e_modelName[24 char]
};
Reply


Messages In This Thread
All models array - by Gammix - 18.09.2015, 12:07
Re: All models array - by Pottus - 18.09.2015, 15:06
Re: All models array - by Gammix - 19.09.2015, 01:06
Re: All models array - by Pottus - 19.09.2015, 02:51
Re: All models array - by Gammix - 19.09.2015, 04:33
Re: All models array - by DoDler - 19.09.2015, 07:52
Re: All models array - by Gammix - 24.09.2015, 08:29

Forum Jump:


Users browsing this thread: 1 Guest(s)