Annoying Warnings with DCMD
#9

now im getting these errors:
pawn Код:
dcmd_help(playerid, params[])
{
    #pragma unused params[]
    if(IsPlayerConnected(playerid))
    {
        SendClientMessage(playerid, COLOR_RED, "|_______________________________________________|");
        SendClientMessage(playerid, COLOR_LIGHTGREEN, "'Blacks Ops - The Final Fight' is a TDM server. You must kill the other teams to rank up.");
        SendClientMessage(playerid, COLOR_LIGHTGREEN, "The script was made by xKNiiVeS. It uses DCMD, and professional efficient methods to echant your game");
        SendClientMessage(playerid, COLOR_LIGHTGREEN, "Our forum URL is: ");
        SendClientMessage(playerid, COLOR_LIGHTGREEN, "Commands:: /cmds - /ranks - /stats - /forum");
        SendClientMessage(playerid, COLOR_RED, "|___________________________________________________________|");
    }
    return 1;
}
look at the blue text^^ it gives me this error:
error 038: extra characters on line
Reply


Messages In This Thread
[Unsovled] Annoying Warnings with DCMD - by Sledge - 18.12.2010, 02:38
Re: Annoying Warnings with DCMD - by Gustavob - 18.12.2010, 02:40
Re: Annoying Warnings with DCMD - by Sledge - 18.12.2010, 02:43
Re: Annoying Warnings with DCMD - by Lorenc_ - 18.12.2010, 02:43
Re: Annoying Warnings with DCMD - by Sledge - 18.12.2010, 02:50
Re: Annoying Warnings with DCMD - by Gustavob - 18.12.2010, 02:51
Re: Annoying Warnings with DCMD - by Sledge - 18.12.2010, 02:53
Re: Annoying Warnings with DCMD - by Gustavob - 18.12.2010, 02:54
Re: Annoying Warnings with DCMD - by Sledge - 18.12.2010, 02:56
Re: Annoying Warnings with DCMD - by Gustavob - 18.12.2010, 02:58

Forum Jump:


Users browsing this thread: 2 Guest(s)