SQLite wont load table?
#7

Quote:
Originally Posted by Jefff
Посмотреть сообщение
pawn Код:
CMD:factions(playerid, params[])
{
    SCM(pid, COLYELLOW, "Factions");
    new string[100];
    for(new i = 0; i < 10; i++)
    {
        if(FactionInfo[i][fID] == 0) continue;

        format(string, sizeof(string), "ID %d: %s", FactionInfo[i][fID], FactionInfo[i][fName]);
        SCM(pid, COLGREY, string);
    }
    return 1;
}
pid to playerid.
Reply


Messages In This Thread
SQLite wont load table? - by Mattakil - 03.10.2013, 18:40
Re: SQLite wont load table? - by Jefff - 03.10.2013, 19:43
Re: SQLite wont load table? - by Mattakil - 03.10.2013, 22:09
Re: SQLite wont load table? - by Jefff - 04.10.2013, 00:23
Re: SQLite wont load table? - by Mattakil - 04.10.2013, 13:36
Re: SQLite wont load table? - by Jefff - 04.10.2013, 17:04
Re: SQLite wont load table? - by Konstantinos - 04.10.2013, 17:08
Re: SQLite wont load table? - by Mattakil - 04.10.2013, 19:27
Re: SQLite wont load table? - by Mattakil - 04.10.2013, 19:38

Forum Jump:


Users browsing this thread: 1 Guest(s)