23.07.2012, 15:15
If you are using zCMD:
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
printf("%s", cmdtext);
return 1;
}