View Single Post
voogru
Inspector Javert
Join Date: Oct 2004
Old 12-29-2009 , 20:16   Re: TF2DECAP: Heads will roll! (Decapitation plugin)
Reply With Quote #4

Quote:
Originally Posted by eee View Post
Well alright, I've changed that, but how did you want me to put his name in there?
There are much better ways to put the names in the author tag than "Some fag".

Also, this is just a pet-peeve and maybe you're still learning, but usually this is also considered a little silly:

Take note I am just nit-picking here. So don't take offense.

Code:
 //Loop:
			for(new X = 0; X < DecapTypeCount; X++)
			{

				//Compare:
				if(ck == DecapTypes[X] || (ak == 1))
				{
	
					//Declare:
					decl Ent;
 
					...
				}
			}
Most programmers (even a novice) will know what those do, so it's meaningless to add self-explanatory comments. Generally you should comment code when it does something that is not immediately understandable. It's just a suggestion.

voogru is offline