Some hard errors
#2

For fixing the 1st error:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
        dcmd(help, 4, cmdtext);
    return 0;
}

For fixing the 2nd error and the warning:
pawn Код:
dcmd_help(playerid, params[])
{
    #pragma unused params
    new string[512];
    strcat(string, "Mode informations\n");
Reply


Messages In This Thread
Some hard errors - by _GHT_MarK445 - 28.01.2015, 13:07
Re: Some hard errors - by iSkate - 28.01.2015, 14:06

Forum Jump:


Users browsing this thread: 1 Guest(s)