I saw on the ZP core plugin this offset:
PHP Code:
const OFFSET_MODELINDEX = 491 // Orangutanz
It is being used with this stock:
PHP Code:
// Set the precached model index (updates hitboxes server side)
stock fm_cs_set_user_model_index(id, value) // value = model id returned by precache_model native
{
set_pdata_int(id, OFFSET_MODELINDEX, value, OFFSET_LINUX)
}
So, my question is, what "exactly" does this?
__________________