21.12.2010, 10:43
Thank's for post. But the problem is that, I allready have everything you said. I load vehicles using loop and every thing is just fine. But when i connect to server and i wan't to check if vehicle is locked i need to take information from the db. I need to SELECT the current vehicle's ID from the DB to get other fields using this:
pawn Код:
format(Query, sizeof(Query), "SELECT * FROM vehicles WHERE ID= %d", HERE_IS_SOMETHING_I_CANT_GET);