25.12.2011, 00:40
Look at top of your script, make sure your includes are in this order:
#include <a_samp>
#include <zcmd>
<other includes>
instead of zcmd being the first include
#include <a_samp>
#include <zcmd>
<other includes>
instead of zcmd being the first include