25.08.2012, 10:37
You have to specify the length of the strings in the newer versions of SSCANF.
ie:
ie:
pawn Код:
if (sscanf(params, "us[128]", id, string)) SendClientMessage(playerid, 0xFF0000AA, "Usage: \"/ban <playerid> <reason>\"");