Strcat
#1

Again me... Whats wrong here? It doesn/t show anything when I type cmd in-game

Код:
	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", "");
Somehow I found out that looping finishes perfectly and Show player dialog too, but it doesn`t really show the dialog on the screen
Reply


Messages In This Thread
Strcat - by TokicMajstor - 20.02.2019, 16:40
Re: Strcat - by TheToretto - 20.02.2019, 20:17
Re: Strcat - by TokicMajstor - 21.02.2019, 12:28
Re: Strcat - by DaniceMcHarley - 21.02.2019, 12:30

Forum Jump:


Users browsing this thread: 1 Guest(s)