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