25.04.2011, 02:02
Reason is created as a integer since you are not specifying a size to make it a 'string'. Obviously, 'reason' will be a text, not a number!
pawn Код:
new Player, reason[128];
if (sscanf(params, "us[128]", Player, reason))