ZCMD Question/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: ZCMD Question/Help. (
/showthread.php?tid=498774)
ZCMD Question/Help. -
EliteApple - 05.03.2014
For my code, I have
pawn Код:
if(sscanf(params, "s[32]i", Option, ID))
for most of the sub commands of the command I have.
However, one of the sub commands I have require more than Option and ID, how do I do it just for that command?