18.02.2015, 02:07
try this
pawn Код:
stock CMDMessageToAdmins(playerid,command[])
{
new string[200],name[30];
GetPlayerName(playerid,name,30);
format(string,200,"[Admin]: %s has used the command %s",name,command);
return MessageToAdmins(color,string); }