26.08.2012, 12:54
These lines:
PID is not %s (string) it's an integer so you should use %d or %i. Maybe this will help also, but yes, add the line what the previous poster posted.
pawn Код:
format(Str, sizeof(Str), "[pr0adm]You kicked %s!", PID);
format(string, sizeof(string), "[pr0adm]%s has kicked %s", Sender, PID);