View Single Post
FeuerSturm
AlliedModders Donor
Join Date: Apr 2004
Old 12-13-2008 , 04:02   Re: DOD:S Reverse Tag
Reply With Quote #4

Quote:
Originally Posted by Dillxn View Post
Thanks, I'm excited to see what the approvers think
You'll have to do some heavy changes before this can get approved:

- you should replace all of the ServerCommand instances with natives or function calls
- you should use "MAXPLAYERS" instead of hardcoding a max player amount
- you should not hardcode the lenght of playernames, use "MAX_NAME_LENGTH" instead
- you should not rely on the funcommands plugin (sm_beacon) as it might not be loaded
- you should kill the repeating timer if the plugin is off and restart it once it is enabled
- you should add a global tracking convar (optional)
- you should change the post options to "Day of Defeat: Source", currently it says CSS.

That's what I found on a quick look through it.
FeuerSturm is offline