You're right, sorry for having demanded so much.
Anyway,
i now I'm trying to log every command typed by the user in a specific channel
and I used this code:
but dont work
why
Anyway,
i now I'm trying to log every command typed by the user in a specific channel
and I used this code:
Code:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
new string[120];
format(string,sizeof(string),"%s(%d) Typed %s",playerid,cmdtext);
? ?SendDC(CHANNEL_ID);
? ?return 1;
but dont work
why