20.02.2019, 16:40
Again me... Whats wrong here? It doesn/t show anything when I type cmd in-game
Somehow I found out that looping finishes perfectly and Show player dialog too, but it doesn`t really show the dialog on the screen
Код:
new info[3000]; for(new i = 0; i < 200; i++) { if(!isnull(vpncountry[i]) && i != 0) { new string[120]; format(string, sizeof(string), "Country ID %d = %s\n", i, vpncountry[i]); strcat(info, string); } } ShowPlayerDialog(playerid, 45551, DIALOG_STYLE_MSGBOX, ""WHITE"Anti VPN List", info, "OK", "");