Thread: Glow Menu
View Single Post
Emp`
AMX Mod X Plugin Approver
Join Date: Aug 2005
Location: Decapod 10
Old 07-01-2007 , 19:43   Re: Glow Menu
Reply With Quote #4

Da_sk8rboy:
-Although they seem quite similar, this plugin reads from a file, making it much better than the aforementioned.

TheDemonIII:
-perhaps state in main post there is a define for max colors in the sma and its default is 100.
-a command to re-read from the file
-don't hardcode the file path, use get_configsdir
-i<=filelen - 1 -> i<filelen (not really big, just wanted to point it out )
-don't create a variable within a large for loop
Code:
	for(new i=0;i<=filelen - 1;i++)
	{
		for(new c = 0; c <= 3; c++)
-public functions ma_GlowMenu and mcb_GlowMenu are not needed
-perhaps the functionality of a player being able to say a glow color and immediately get it instead of having to go through the menu.

Last edited by Emp`; 07-01-2007 at 19:47.
Emp` is offline
Send a message via AIM to Emp` Send a message via MSN to Emp` Send a message via Yahoo to Emp` Send a message via Skype™ to Emp`