#include <zcmd> Help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: #include <zcmd> Help (
/showthread.php?tid=562476)
#include <zcmd> Help -
NeamPojma - 09.02.2015
Hi all,i have some default commands on my server.I decide to make some zcmd commands.
Ok so problem start here when i put #include <zcmd> on top of script , zcmd works but normal commands dont work (like /kill,/money etc.) Please tell me what to do , or i need to make all commands with zcmd?
Re: #include <zcmd> Help -
HazardouS - 09.02.2015
You can't have both the default method and ZCMD. Convert all your commands.