strings are deprecated error.
#3

pawn Код:
command(helpme, playerid, params[])
{
    new help[128], string[255];
    if(sscanf(params, "s[128]", help))
    {
        SendClientMessage(playerid,-1, "SYNTAX: /helpme [message]");
    }
    else
    {
        format(string, sizeof(string), "{FE2EC8}[HELP]: {FFFFFF}%s{FE2EC8}: %d", playerid, help);
        SendToStaff(COLOR_PINK, string);
        SendClientMessage(playerid, YELLOW, "Your question was sent to the Staff team, await a reply.");
    }
    return 1;
}
Reply


Messages In This Thread
strings are deprecated error. - by OMonger - 26.01.2015, 16:30
Re: strings are deprecated error. - by Jefff - 26.01.2015, 16:37
Re: strings are deprecated error. - by Excel™ - 26.01.2015, 16:39

Forum Jump:


Users browsing this thread: 1 Guest(s)