22.04.2011, 20:17
ip is not integer but string
to
pawn Код:
if(ip == dj(str, "player/IP"))
pawn Код:
if(!strcmp(ip, dj(str, "player/IP")))