31.12.2010, 13:34
I need help with this command
error line..
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;
}
pawn Код:
GetPlayerName(playerid, help, sizeof;