31.08.2013, 16:25
You use s specifier for strings.
Example:
Is this what you want?
Example:
pawn Код:
new id, reason[128];
if(sscanf(params,"us[128]", id, reason)) return SendClientMessage(playerid,-1,"Use: /ban <id> <reason>");