What to choos.. strcmp or zcmd
#4

It's worth it, and yes..It's way better.

pawn Код:
if(strcmp(...))
{
    // Command
}

// OR

CMD:command(playerid, params[])
{
    // Command
}
So yes, take your time and change from that old method.
Reply


Messages In This Thread
What to choos.. strcmp or zcmd - by milanosie - 11.01.2012, 19:20
Re : What to choos.. strcmp or zcmd - by ricardo178 - 11.01.2012, 19:22
Re: What to choos.. strcmp or zcmd - by Kiets - 11.01.2012, 19:22
Re: What to choos.. strcmp or zcmd - by -Prodigy- - 11.01.2012, 19:23
Re: What to choos.. strcmp or zcmd - by lamarr007 - 11.01.2012, 19:41

Forum Jump:


Users browsing this thread: 1 Guest(s)