need help with command
#1

I need help with this command

pawn Код:
dcmd_#(playerid, params[])
{
    new pid, string[210];
        if(sscanf(params, "us", pid, params[2])) return SendClientMessage(playerid, Yellow, "Usage: /# <message>");
    new help[MAX_PLAYER_NAME];
    GetPlayerName(playerid, help, sizeof;
    format(string, sizeof(string), "(Help) %s(ID: %i)",help, playerid, pid, params[2]);
    MessageToAdmins(AdminColor, string);
    return 1;
}
error line..
pawn Код:
GetPlayerName(playerid, help, sizeof;
Reply


Messages In This Thread
need help with command - by xir - 31.12.2010, 13:34
Re: need help with command - by MadeMan - 31.12.2010, 13:36
Re: need help with command - by xir - 31.12.2010, 13:41

Forum Jump:


Users browsing this thread: 2 Guest(s)