Help please
#5

You're using OnPlayerCommandText(playerid, cmdtext[])
So just replace return 0; at the end with "SendClientMessage(playerid, your color, "your message");"

But if you change to zcmd, delete all OnPlayerCommandText and add this to the script.
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if (!success)
        return SendClientMessage(playerid, your color, "your message");

    return 1;
}
Reply


Messages In This Thread
Help please - by aCloudy - 11.08.2014, 07:17
Re: Help please - by rymax99 - 11.08.2014, 07:20
Re: Help please - by aCloudy - 11.08.2014, 07:28
Re: Help please - by aCloudy - 11.08.2014, 07:47
Re: Help please - by Stinged - 11.08.2014, 08:31

Forum Jump:


Users browsing this thread: 3 Guest(s)