Jump to content
  • 0

Baza de date-comanda


PolloDate

Question

 Salut.Vreau si eu sa ma ajutati cu o problema deoarece sunt incepator in crearea de comenzi.Deci eu vreau atunci cand dau /factions sa imi arate asa http://postimg.org/image/q3rjmnmg3

Dar nu stiu cum sa conectez urmatoarea comanda la fisierul ''factions'' din baza mea de date.

CMD:factions(playerid, params[])
{
    if(IsPlayerConnectedEx(playerid))
    {
        new titles[512];
		new File: file = fopen("Altele/factions.cfg", io_read);
		if(file)
		{
	        new idx = 0;
			while (idx < sizeof(FactionsInfo))
			{
			    fread(file, titles);
			    idx ++;
			    format(titles, sizeof(titles), "[%d/%d] %s", FactionsInfo[idx][fOnlineMembers], FactionsInfo[idx][fMembersmax], FactionsInfo[idx][fName]);
			    //SendClientMessage(playerid, -1, titles);
			    ShowPlayerDialog(playerid, factionsdialog, DIALOG_STYLE_LIST, "Factions", titles, "Select", "Close");
			}
		}
	}
	return 1;
}

Daca ma puteti ajuta raman indatorat :D

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.