20.12.2011, 10:22
pawn Код:
if(strcmp(params,"whatever",false) == 0 )
pawn Код:
IF(StringCompare(VariableToCheck,VariableToCheckAgainst,CapslockSensitive (false = no), == (if return is equals to) 0) 0 = match, 1 = didn't
EDIT: The above guy is right, I forgot you need to pass params through something before you can check them and he also fixed your sscanf check, just remember to make the variable.