Quote:
Originally Posted by [MG]Dimi
pawn Код:
printf("%s has kicked %s from the server !(Reason: %s)",adminname, playername, Reason); format(string,sizeof(string),"Administrator %s has kicked %s from the server!(Reason: %s)",adminname, playername, Reason);
Reason is string, not integer so you must put %s, not %i or %d.
|
I already tried this, but didn't work.