Posts: 5
Threads: 2
Joined: Sep 2011
Reputation:
0
How do I log a command, Like for example, the command " /setmoney " , how do I log that command ?
Posts: 67
Threads: 22
Joined: Apr 2013
Reputation:
0
OnPlayerCommandText
printf("Player (id=%d) typed the command=%s", playerid, cmdtext);
should work!