View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 04-05-2021 , 05:20   Re: Set armor and helmet using only engine
Reply With Quote #9

Quote:
Originally Posted by mlibre View Post
I'm trying to use as few modules as possible thus optimizing you could say performance and response times in terms of native calls
fewer modules != performance. I honestly don't know where people get this idea and why they keep insisting even when they are told it's completely wrong. Loading more/less modules has nothing to do with "response time" or "performance". If this was the case, it would mean loading a module has a direct impact on the cpu, causing overhead. But loading a module is merely reading the bytes from the different sections of the binary file only once and then mapping them in the address space of the hlds process. At most you use a tiny tiny bit of memory, probably a few kbs.

Use the proper module for the job. That's all there is to it.
__________________

Last edited by HamletEagle; 04-05-2021 at 05:25.
HamletEagle is offline