String IP Problem
#2

You're using
pawn Код:
new ID = dUserINT(params).("PlayersIP");
You should use
pawn Код:
new IP[15] = dUserINT(params).("PlayersIP");
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.
Reply


Messages In This Thread
String IP Problem - by Byrner - 04.03.2009, 18:53
Re: String IP Problem - by Marcel - 04.03.2009, 18:55
Re: String IP Problem - by Byrner - 04.03.2009, 19:12
Re: String IP Problem - by Marcel - 04.03.2009, 19:15
Re: String IP Problem - by Byrner - 04.03.2009, 19:17
Re: String IP Problem - by Marcel - 04.03.2009, 19:18
Re: String IP Problem - by Byrner - 04.03.2009, 19:21
Re: String IP Problem - by Marcel - 04.03.2009, 19:23
Re: String IP Problem - by Nimphious - 04.03.2009, 19:26
Re: String IP Problem - by Byrner - 04.03.2009, 19:30

Forum Jump:


Users browsing this thread: 4 Guest(s)