Thread: AMXX Buy Health
View Single Post
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 02-17-2011 , 03:51   Re: AMXX Buy Health
Reply With Quote #9

Don't use fakemeta_util to set health, use fun module.
Use switch statement for menu key check.
Use pcvars.
Cache pcvar values.
Don't use a colorchat function when the function is only used once, the loop is also not needed.

About features, plugin is too static, you could for example put a config file with settings (1 line for HP amount and price ) so users could put as many menu option as they would like).

About public cvar, don't you think it is a bit much for such a plugin ?
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 02-17-2011 at 03:57.
ConnorMcLeod is offline