View Single Post
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 03-11-2019 , 13:48   Re: Check if model has been precached
Reply With Quote #10

Quote:
/**
* Precaches a model file.
*
* @note Can only be used inside of the plugin_precache() forward.
*
* @param name Path to the model file
*
* @return Unique cache id of the model
* @error If called outside of the plugin_precache() forward, an error is
* thrown.
*/
native precache_model(const name[]);
Anyway, explain why you do not want to precache the model inside of plugin_precache forward and why you do not consider any of the above answers a solution.
__________________








CrazY. is offline