Request dcmd - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Request dcmd (
/showthread.php?tid=186649)
Request dcmd -
Staedtler - 30.10.2010
Someone Pliz can give me the include " dcmd " thank =]
Re: Request dcmd -
Retardedwolf - 30.10.2010
pawn Код:
#define dcmd(%1,%2,%3) if (!strcmp((%3)[1], #%1, true, (%2)) && ((((%3)[(%2) + 1] == '\0') && (dcmd_%1(playerid, ""))) || (((%3)[(%2) + 1] == ' ') && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1
Re: Request dcmd -
Staedtler - 30.10.2010
that all ? ty ..
Re: Request dcmd -
Zh3r0 - 30.10.2010
Quote:
Originally Posted by Staedtler
that all ? ty ..
|
DCMD never been an include, just a definition.