Where include dcmd ? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Where include dcmd ? (
/showthread.php?tid=533396)
Where include dcmd ? -
Jihanz - 24.08.2014
Where include dcmd
Re: Where include dcmd ? - Guest4390857394857 - 24.08.2014
Add this code below #includes.
pawn Code:
#define dcmd(%1,%2,%3) if ((strcmp((%3)[1], #%1, true, (%2)) == 0) && ((((%3)[(%2) + 1] == 0) && (dcmd_%1(playerid, "")))||(((%3)[(%2) + 1] == 32) && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1
Re: Where include dcmd ? -
Jihanz - 24.08.2014
Thanks For ShivRp
Re: Where include dcmd ? - Guest4390857394857 - 24.08.2014
Quote:
Originally Posted by Jihanz
Thanks For ShivRp
|
NP mate
Re: Where include dcmd ? -
iFarbod - 24.08.2014
Why going use dcmd? Why not better ones like zcmd or YCMD?
Re: Where include dcmd ? -
thomaswilliams - 24.08.2014
Ye ZCMD is better