zcmd doesn't begins with capital letters it begins with small letters, it will look messup if your include is in big letters
CLUE TIPS:
1.) Download the include you willing to use
2.) place the .inc in pawno/include
3.) if the include supports with plugin, put the .dll plugin (or .so if you are using linux) in plugins/
4.) open your script then
ex
pawn Код:
#include <zcmd> //doesn't uses plugin
#include <sscanf2> //uses plugin
5.) if the include uses plugin, and you use it on your script you must load the plugin too in server.cfg or else you will get this ("File function not found")
simply add this below the filterscripts in server.cfg
then to load the given plugin above do this
now load the samp-server.exe done! have fun