04.03.2009, 18:55
You're using
You should use
Otherwise it will only get the first 2 values because a . is not valid integer. PS: I use 15 for the size because an IP cannot be bigger than this.
pawn Код:
new ID = dUserINT(params).("PlayersIP");
pawn Код:
new IP[15] = dUserINT(params).("PlayersIP");