#5

Your code is basiclly dead, you have everything out of place lol here is the correct one
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/cmds", cmdtext, true, 10) == 0)
    {
        SendClientMessage(playerid, 0xFFFFFFFF, "SERVER: This is the /help command!");
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
Help - by manoc - 11.12.2013, 22:41
Re: Help - by Zamora - 11.12.2013, 22:44
Re: Help - by manoc - 11.12.2013, 22:52
Re: Help - by Zamora - 11.12.2013, 22:56
Re: Help - by Wizza - 11.12.2013, 22:59
Re: Help - by manoc - 11.12.2013, 23:04

Forum Jump:


Users browsing this thread: 1 Guest(s)