mysql command out of sync
#7

pawn Код:
stock LoadComponents(vehicleid)
{
    if(CarInfo[vehicleid][cMod1] >= 1000 && CarInfo[vehicleid][cMod1] <= 1193)
    {
        if(GetVehicleComponentInSlot(vehicleid,GetVehicleComponentType(CarInfo[vehicleid][cMod1])) != CarInfo[vehicleid][cMod1]) { AddVehicleComponent(vehicleid,CarInfo[vehicleid][cMod1]); }
    }
    if(CarInfo[vehicleid][cMod2] >= 1000 && CarInfo[vehicleid][cMod2] <= 1193)
    {
        if(GetVehicleComponentInSlot(vehicleid,GetVehicleComponentType(CarInfo[vehicleid][cMod2])) != CarInfo[vehicleid][cMod2]) { AddVehicleComponent(vehicleid,CarInfo[vehicleid][cMod2]); }
    }
    if(CarInfo[vehicleid][cMod3] >= 1000 && CarInfo[vehicleid][cMod3] <= 1193)
    {
        if(GetVehicleComponentInSlot(vehicleid,GetVehicleComponentType(CarInfo[vehicleid][cMod3])) != CarInfo[vehicleid][cMod3]) { AddVehicleComponent(vehicleid,CarInfo[vehicleid][cMod3]); }
    }
//etc
Reply


Messages In This Thread
loading cars problem - by fordawinzz - 12.01.2012, 10:12
Re: mysql command out of sync - by [HiC]TheKiller - 12.01.2012, 10:22
Re: mysql command out of sync - by fordawinzz - 12.01.2012, 10:31
Re: mysql command out of sync - by [HiC]TheKiller - 12.01.2012, 10:39
Re: mysql command out of sync - by fordawinzz - 12.01.2012, 10:43
Re: mysql command out of sync - by [HiC]TheKiller - 12.01.2012, 10:52
Re: mysql command out of sync - by fordawinzz - 12.01.2012, 10:59
Re: mysql command out of sync - by [HiC]TheKiller - 12.01.2012, 11:04
Re: mysql command out of sync - by fordawinzz - 12.01.2012, 11:07
loading cars problem - by fordawinzz - 12.01.2012, 17:47

Forum Jump:


Users browsing this thread: 3 Guest(s)