16.10.2014, 19:33
You should try to avoid releasing content that isn't yours. By that I mean, you included all the server files and some plugins/includes that you didn't make. I know it sounds minor, but it is technically copyright, and the mods will remove your download link.
I would recommend providing a download list for what you need. Then you don't have to worry about having your content removed.
Also watch for inefficiencies in your code, things such as
Using the #pragma function is heavily frowned upon.
I would recommend providing a download list for what you need. Then you don't have to worry about having your content removed.
Also watch for inefficiencies in your code, things such as
pawn Code:
stock AntiDeAMX()
{
new a[][] =
{
"Unarmed (Fist)",
"Brass K"
};
#pragma unused a
}