String IP Problem
#3

Thanks, but this gives me the following error:
Код:
(6133) : error 008: must be a constant expression; assumed zero
My code now:
pawn Код:
new strMsg[10];
 new IP[15] = dUserINT(params).("PlayersIP");
 format(strMsg, sizeof(strMsg), "unbanip %d",IP);
 SendRconCommand(strMsg);
 ircSay(conn,channel,strMsg);
Edit:
Line 6133 is:
pawn Код:
new IP[15] = dUserINT(params).("PlayersIP");
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)