08.07.2013, 07:25
This is just a simple mysql query. Example
In your case it would be something like
As I don't know the names of the fields in the cars table, I'm not sure what exactly the query would be, but deleting a row in general is just like the above.
In your case it would be something like
pawn Код:
format(query,128,"DELETE FROM vehicle_table WHERE carid='%d'",CarID);