19.08.2012, 20:16
Quote:
shouldn't it be
pawn Код:
|
pBanReason[128],
pBanReason[128],
pawn Код:
if (sscanf(params, "ds[128]", id, reason)) SendClientMessage(playerid, COLOR_INFO, "Usage: \"/ban [playerid] [reason]\"");
format(PlayerInfo[playerid][pBanReason], 128, "%s", reason);
PlayerInfo[playerid][pBanReason] = reason;