15.11.2012, 12:50
format(sql,sizeof(sql),"DELETE FROM srp_players_cars WHERE model='%s'",tmp);
In the command, what is that suppose to be doing? Where does it get the model = %s? I'm pretty sure you'd have to do it by ids, meaning %d.
Can you show me your debug for when you do the command, to see what it says?
In the command, what is that suppose to be doing? Where does it get the model = %s? I'm pretty sure you'd have to do it by ids, meaning %d.
Can you show me your debug for when you do the command, to see what it says?

