[Include] All models array
#6

Exactly what I was looking for, thank you so much for this.

Код HTML:
stock IsValidObjectModel(modelid)
{
    if (modelid < 611) return 0;
    for (new i = 0; i < MAX_MODELS; i++)
	{
		  if(modelid == g_ModelNames[i][e_modelId])
		  {
			  return 1;
		  }
	}
	return 0;
}
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)