View Single Post
Eden.Campo
Member
Join Date: Mar 2013
Old 07-03-2013 , 01:54   Re: [CS:S] Gangs Mod - Jailbreak
Reply With Quote #10

Quote:
Originally Posted by Annihilator View Post
Nice plugin, looked though your code and here's a few suggestions:

When creating GangMainMenu you don't need to put the whole menu in an if statement, only the parts that are different for every rank.

Most of the huge if-else statements in onPlayerSpawn can be changed to switches.

Try not to create huge functions, divide them into smaller ones, so that you can reuse some of the smaller ones and the code should become shorter (and easier for others to read )

All in all, after TQueries, I will put this one to field testing
@Annihilator
Thank you for the feedback.

I will release the new version today with your suggestions (:
Eden.Campo is offline