forward plugin_precache();
This forward allows plugins to add models, sounds and generic files to the precache tables using the precache_* set of functions.
Adding files to the precaching tables will trigger the client to download them to its local filesystem.
There is a hard upper limit of entries in the precaching tables for every game, this limit is 512 in most cases. The entries will be filled and indexed incrementally. Going over this limit will crash the server.
This forward ignores the returned value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.