02.04.2011, 08:17
Try this:
pawn Код:
if(!strcmp(cmdtext, "/newbie", true))
{
new string[128];
format(string, sizeof(string), "[NEWBIE]: Newbie %s: %s", sendername, result);
return 1;
}