22.08.2011, 14:49
pawn Code:
sscanf warning: Strings without a length are deprecated, please add a destination size.
sscanf warning: Strings without a length are deprecated, please add a destination size.
"s"
"s[128]"
new player, reason[128];
if(sscanf(params, "us[120]", player, reason))
new player, reason[128];
if(sscanf(params, "us[128]", player, reason))