01.04.2014, 04:24
And what is the difference between these two statements?:
Silly.
pawn Код:
if(strcmp(cmd, "!", true) == 0) return 0; // If player types !, it won't show anything just like when you type /.
if(strcmp(cmd, "!", true, 1) == 0)