Posts: 1,222
	Threads: 23
	Joined: Jul 2009
	
Reputation: 
0
	 
	
	
		You only uploaded the .amx file. You are required to provide the source code.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 763
	Threads: 31
	Joined: Oct 2013
	
Reputation: 
0
	 
	
	
		Good Job dude..
P.S: Give me your MAP XD, i like it xdd
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,578
	Threads: 15
	Joined: Feb 2013
	
Reputation: 
0
	 
	
	
		Very poorly optimized.
You're creating arrays inside of loops.
You're using "flineexist" in loops, which means you're opening the file and closing it 25 (MAX_MSG) times.
Plus, that function by itself is creating a 256 array 25 (MAX_MSG) times.
There are A LOT more stuff like this, but I'm too lazy to show each one of them.
NOTE: I'm just being honest, I don't mean to offend you. I think honesty is what makes someone fix their mistakes.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 727
	Threads: 111
	Joined: May 2011
	
Reputation: 
0
	 
	
		
		
		
		24.08.2016, 00:23 
(
 Last edited by Tass007; 24/08/2016 at 06:42 AM.
)
	
	 
	
		Thank you.
EDIT: I've found a bug, if there are more than 7 messages saved, you can't see the 8th one. Found another bug, when you change the Cooldown and you restart the server, it doesn't save.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 154
	Threads: 12
	Joined: Sep 2015
	
Reputation: 
0
	 
	
	
		Nice and Simple.
Good Job i hope that you are willing to fix the bugs.
	
	
	
	
		
	
 
 
	
	
		I havent had time to look at the code but it looks really good in the screen shots.
+rep
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 727
	Threads: 111
	Joined: May 2011
	
Reputation: 
0
	 
	
	
		I can't see anything on Message6, nor can I see anything after 6. Is this fixed or is it going to be fixed?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 23
	Threads: 6
	Joined: Aug 2016
	
Reputation: 
0
	 
	
	
		Good one but there are few bugs i will fix it myself.