PrecacheModel
Precaches a given model.
native int PrecacheModel(const char[] model, bool preload = false)
Parameters
const char[] model
Name of the model to precache.
bool preload
If preload is true the file will be precached before level startup.
Return Value
int Returns the model index, 0 for error.