21.09.2009, 12:11
That assumes there's only one person in the server with that IP. The only guaranteed way of checking which player just logged in is to call IsPlayerAdmin and see if they were not previously an admin, which requires a timer since IsPlayerAdmin doesn't return true inside the callback. Somewhat unrelated,
should be
pawn Код:
new IP[15];
pawn Код:
new IP[16];