Garage not created
#3

Crash detect doesn't show any error.

This is what the debug prints:

Quote:

[14:55:54] ID: 0
[14:55:54] Garage X: -2347.253173 - Y: -1605.773193 - Z: 483.641113 - A: 521.176025
[14:55:54] Interior: 0 - VW: 0
[14:55:54] OnwerID: 0 - Owned: 0
[14:55:54] Price: 2500 - PSellPrice: 0
[14:55:54] Size: 2
[14:55:54] Name: -
[14:55:54] Owner Name: -
[14:55:54] Vault Money: 0
[14:55:54] Lock Mode: 0
[14:55:54] Password: -

Variables are correctly passed. Strange because i tried even with:

pawn Код:
new Query[1000];
    format(Query, sizeof(Query), "INSERT INTO garages (ID, garageX, garageY, garageZ, garageA, garageInterior, garageVW, garageOwnerID, garageOwned, garagePrice, garagePlayerSellPrice, garageSize, garageName, garageOnwerName, garageVaultMoney, garageLockMode, garagePassword) VALUES (%d, %f, %f, %f, %f, %d, %d, %d, %d, %d, %d, %d, '%e', '%e', %d, %d, '%e')",
    id, GarageData[id][garageX], GarageData[id][garageY], GarageData[id][garageZ], GarageData[id][garageA], GarageData[id][garageInterior], GarageData[id][garageVW], GarageData[id][garageOwnerID], GarageData[id][garageOwned], GarageData[id][garagePrice], GarageData[id][garagePlayerSellPrice], GarageData[id][garageSize], GarageData[id][garageName], GarageData[id][garageOwnerName], GarageData[id][garageVaultMoney], GarageData[id][garageLockMode], GarageData[id][garagePassword]);
    db_query(GarageDB, Query);
And it doesn't work too.
Reply


Messages In This Thread
Garage not created - by SymonClash - 27.02.2019, 15:06
Re: Garage not created - by SymonClash - 28.02.2019, 09:58
Re: Garage not created - by SymonClash - 28.02.2019, 12:56
Re: Garage not created - by SymonClash - 01.03.2019, 10:09
Re: Garage not created - by SymonClash - 03.03.2019, 14:24
Re: Garage not created - by SymonClash - 19.03.2019, 20:25
Re: Garage not created - by TheToretto - 19.03.2019, 20:43
Re: Garage not created - by SymonClash - 19.03.2019, 21:21
Re: Garage not created - by TheToretto - 19.03.2019, 22:17
Re: Garage not created - by SymonClash - 20.03.2019, 17:52
Re: Garage not created - by SymonClash - 23.03.2019, 17:01
Re: Garage not created - by NaS - 23.03.2019, 17:23
Re: Garage not created - by SymonClash - 02.04.2019, 12:45
Re: Garage not created - by NaS - 02.04.2019, 13:37

Forum Jump:


Users browsing this thread: 1 Guest(s)