SA-MP Forums Archive
Replacing dcmd and strcmp - 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: Replacing dcmd and strcmp (/showthread.php?tid=510608)



Replacing dcmd and strcmp - stueycow - 01.05.2014

Hello,

I am wanting to replace dcmd and strcmp withZCMD and y_commands, But i have one problem, even after someone has posted a tutorial on the above I get confused, can anyone assist me?

Thanks


Re: Replacing dcmd and strcmp - XK - 01.05.2014

Would take alot of time


Re: Replacing dcmd and strcmp - NaClchemistryK - 01.05.2014

@above
it isn't hard, not even for beginners.
just use
pawn Код:
CMD:cmdname(playerid, params[])
{
          //regular pawno coding here
          return 1;
}
instead of those strcmp stuff. simple.