29.11.2013, 14:49
No hard code, just debugging. I tried it from the console and IG but it doesn't get printed in either way.
pawn Код:
public OnRconCommand(cmd[])
{
printf("asd %s", cmd);
return 0;
}


Important Note: You will need to include this callback in a loaded filterscript for it to work in the gamemode!