Remove Entity and Unprecache before map load
Is there anyway to remove entities and unprecache their models before the map even load?
I look through the forum and only saw the unprecache part which only prevent from precaching but if the entity was in the map first then it will crash and return "Host_Error: no precache" error Here is what I got so far. PHP Code:
But I want to remove it BEFORE that map was load to bypass the 512 precache limit. |
Re: Remove Entity and Unprecache before map load
Try to Hook FM_SetModel Pre in plugin_precache check if it's the required model and then block the call and remove the entity.
|
Re: Remove Entity and Unprecache before map load
It is work!
But then it got AllocBlock:Full error. Oh well, thank you so much for your reply~ |
| All times are GMT -4. The time now is 17:13. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.