14.03.2016, 15:40
I have try this
and i have a system to see the IP in dialog and it's correct (working fine), i think this can be provoked by the loop.
PHP код:
CMD:getip0(playerid, params[]) return SendFormatMessage(playerid, -1, "%s", VirtualServerInfo[0][sIP]); // correct
CMD:getip1(playerid, params[]) return SendFormatMessage(playerid, -1, "%s", VirtualServerInfo[1][sIP]); // correct
CMD:getip2(playerid, params[]) return SendFormatMessage(playerid, -1, "%s", VirtualServerInfo[2][sIP]); // correct

