plz help me
#5

Use this...

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
        if (strcmp("/help", cmdtext, true, 10) == 0)
        {
                SendClientMessage(playerid, COLOR_GREEN, "Don't Forget To Wipe You Ass After Taking A Shit!");
                return 1;
        }
        return 0;
}
..instead of this.

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
        if (strcmp("/Help", cmdtext, true, 10) == 0)
        {
                SendClientMessage(playerid, COLOR GREEN, "Don't Forget To Wipe You Ass After Taking A Shit!"
                return 1;
        }
        return 0;
}
But I suggest you to use ycmd or zcmd, because they are more faster, than strokk.
Reply


Messages In This Thread
plz help me - by jot16 - 01.08.2011, 01:33
AW: plz help me - by Forbidden - 01.08.2011, 01:37
AW: plz help me - by Forbidden - 01.08.2011, 01:39
Re: plz help me - by jot16 - 01.08.2011, 01:58
Re: plz help me - by Onyx - 01.08.2011, 02:05
Re: plz help me - by jot16 - 01.08.2011, 02:10
Re: plz help me - by Onyx - 01.08.2011, 02:21
Re: plz help me - by jot16 - 01.08.2011, 02:36
Re: plz help me - by Onyx - 01.08.2011, 02:40
Re: plz help me - by jot16 - 01.08.2011, 02:49

Forum Jump:


Users browsing this thread: 1 Guest(s)