Problem with Query
#9

Under my "OnFilterScriptInit"

pawn Код:
CreateJobInfoGet();
    CreateJobCars(515);
    LoadTruckPoints();
    //Creating database
    truckpoints = db_open(DATABASE_NAME);
    db_query(truckpoints, "CREATE TABLE IF NOT EXISTS `TruckPoints` (`DeliveryID`,`DeliveryType`, `DeliveryObjective`, `DeliveryName` , `CashReward`, `FinalPositionX`, `FinalPositionY`, `FinalPositionZ`)");
    CreateTruckPoint(0, 1, "Deliver the Coca-Cola", "Coca-Cola Light", 1000, 0.0, 0.0, 0.0);
Reply


Messages In This Thread
Problem with Query - by XStormiest - 21.05.2016, 08:32
Re: Problem with Query - by luke49 - 21.05.2016, 08:36
Re: Problem with Query - by XStormiest - 21.05.2016, 08:38
Re: Problem with Query - by ScIrUsna - 21.05.2016, 08:40
Re: Problem with Query - by Sjn - 21.05.2016, 08:41
Re: Problem with Query - by Sawalha - 21.05.2016, 08:45
Re: Problem with Query - by XStormiest - 21.05.2016, 08:48
Re: Problem with Query - by luke49 - 21.05.2016, 08:51
Re: Problem with Query - by XStormiest - 21.05.2016, 08:55
Re: Problem with Query - by Sawalha - 21.05.2016, 08:59

Forum Jump:


Users browsing this thread: 2 Guest(s)