Array index (proprocessor) ?
#3

Quote:
Originally Posted by ******
Посмотреть сообщение
Why not add updates to the end instead?
Because I want the latest updates to be up and the older ones down

Код:
cmd:updates(playerid,params[])
{
	new string[1024];
	for(new i;i<LINES_OF_UPDATES;i++)
	{
		strcat(string,ListOfUpdates[i]);
		strcat(string,"\n");
	}
	ShowPlayerDialog(playerid,0,DIALOG_STYLE_MSGBOX,"Updates",string,"Close","");
	return 1;
}
It's quick and simple
Reply


Messages In This Thread
Array index (proprocessor) ? - by ATomas - 18.11.2018, 12:42
Re: Array index (proprocessor) ? - by ATomas - 18.11.2018, 13:39
Re: Array index (proprocessor) ? - by ATomas - 18.11.2018, 13:57
Re: Array index (proprocessor) ? - by ATomas - 18.11.2018, 14:31

Forum Jump:


Users browsing this thread: 2 Guest(s)