14.01.2012, 14:12
Use sscanf
pawn Код:
new text[256];
if(sscanf(params, "s[256]", text)) SendClientMessage(Playerid, 0xFF0000, "lol");
else
{
//Your function here.... use text as params ;)
}