Replacing dcmd and strcmp
#1

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
Reply
#2

Would take alot of time
Reply
#3

@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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)