23.07.2012, 13:17
I was wondering how I can make it to where every command and word typed (ex. /help, "Hello", /me, etc.) will show up on the server console. The CMD prompt when you open the "samp-server" in the folder of the server.
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
printf("%s", cmdtext);
return 1;
}