[MYSQL] - Load veh
#9

pawn Код:
cache_get_row(i, 1, CarSystem[i][cX], g_iHandle, 128 );
cache_get_row(i, 1, CarSystem[i][cY], g_iHandle, 128 );
cache_get_row(i, 1, CarSystem[i][cZ], g_iHandle, 128 );
cache_get_row(i, 1, CarSystem[i][cAngle], g_iHandle, 128 );
Coordinates are floats but you stored them like they're strings and you don't use floatstr either. Use cache_get_field_float instead for those 4.
Reply


Messages In This Thread
[MYSQL] - Load veh - by Maximun - 26.06.2016, 12:32
Re: [MYSQL] - Load veh - by SaltySandy - 26.06.2016, 12:40
Re: [MYSQL] - Load veh - by Maximun - 26.06.2016, 12:47
Re: [MYSQL] - Load veh - by Maximun - 26.06.2016, 14:55
Re: [MYSQL] - Load veh - by SyS - 26.06.2016, 15:00
Re: [MYSQL] - Load veh - by Maximun - 26.06.2016, 15:07
Re: [MYSQL] - Load veh - by Konstantinos - 26.06.2016, 15:26
Re: [MYSQL] - Load veh - by Maximun - 26.06.2016, 17:53
Re: [MYSQL] - Load veh - by Konstantinos - 26.06.2016, 18:04
Re: [MYSQL] - Load veh - by Maximun - 26.06.2016, 21:01

Forum Jump:


Users browsing this thread: 2 Guest(s)