14.11.2015, 21:04
In-game vehicleids are volatile and subject to change and as such must never be used as a key in SQL. The unique and nonvolatile SQL id must be saved to a variable in order to identify a vehicle. You should create another variable in the enumerated array to store the key. Call it sqlId or something. It is this id that must be used in the where-clause, not the vehicleid retrieved from GetPlayerVehicleID.
False. This will slow done processing because the MySQL server must run a conversion to convert it from string to float.
False. This will slow done processing because the MySQL server must run a conversion to convert it from string to float.