SQLite help
#3

Quote:
Originally Posted by Ryan_Obeles
Посмотреть сообщение
Uhhhm first of all your script does not have a interior or where you will place the interior...I will answer your question after i finish studying sqlite :P i am studying it right now
If you meant interior as in the house's itnerior

My house system works differently

pawn Код:
stock GetHouseExit(houseid, &Float:X, &Float:Y, &Float:Z, &interior)
{
    new type = H[houseid][Type];
    switch(type)
    {
        case HOUSE_SMALL:
        {
            interior = 15;
            X = 295.138977;
            Y = 1474.469971;
            Z = 1080.519897;
        }
        case HOUSE_MEDIUM:
        {
            interior = 2;
            X = 225.756989;
            Y = 1240.000000;
            Z = 1082.149902;
        }
        case HOUSE_BIG:
        {
            interior = 3;
            X = 235.508994;
            Y = 1189.169897;
            Z = 1080.339966;
        }
        case HOUSE_HUGE:
        {
            interior = 5;
            X = 1299.14;
            Y = -794.77;
            Z = 1084.00;
        }
    }
    return 1;
}
Reply


Messages In This Thread
SQLite help - by CreativityLacker - 18.04.2013, 08:18
Re: SQLite help - by Ryan_Obeles - 18.04.2013, 08:27
Re: SQLite help - by CreativityLacker - 18.04.2013, 08:33

Forum Jump:


Users browsing this thread: 1 Guest(s)