12.07.2012, 04:25
Repped, I also need help with this
It will come up as "18240 asks: ELP E LE!" for the command /help HELP ME PLEASE!
pawn Код:
if(strcmp(cmd, "/help", true) == 0)
{
tmp = strtok(cmdtext, idx);
if(strlen(tmp) == 0) return SendClientMessage(playerid, ERROR, "Use: /help [MESSAGE]");
new string[250];
format(string, sizeof(string), "[ ! ] %s [ID:%d] asks : %s", name, playerid, strlen(tmp));
SendClientMessageToAdmins(string);
return 1;
}