SA-MP Forums Archive
Profits in 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)
+--- Thread: Profits in DCMD (/showthread.php?tid=396916)



Profits in DCMD - benel1 - 02.12.2012

How can I make profits commands in ?
For example, I want to make a command
pawn Код:
Clan Add
how to do it ?


Re: Profits in DCMD - ReVo_ - 02.12.2012

https://sampforum.blast.hk/showthread.php?tid=120356

Or
if (!strcmp(params, "add", true))
{
// he typed add do something
}
else if (!strcmp(params, "remove", true))
{
// he typed remove do something
}