28.05.2011, 16:16
1st: When someone disconnects, you cannot retrieve the IP address, it was discussed in the "Bug Reports" section a while back.
2nd: Just format a string, with the data you choose, like so:
(Not a live example and will not work.)
Or did you mean in a dialog?
2nd: Just format a string, with the data you choose, like so:
pawn Код:
format(string, sizeof(string), "%s(%i), %s(%i), %s(%i)", str, int, str, int, str, int);
Or did you mean in a dialog?

