13.12.2010, 21:47
Quote:
you added
pawn Код:
|
"%s" at the string
this will help
Код:
format(str, sizeof(str), "%s kicked by admin %s[Reason: %s]", pn, an, reason);
oh and:
Код:
reason = bigstrtok(cmdtext, idx);
you added
pawn Код:
|
format(str, sizeof(str), "%s kicked by admin %s[Reason: %s]", pn, an, reason);
reason = bigstrtok(cmdtext, idx);