21.03.2013, 15:58
im not sure about this but instead of this
USE
EDIT
let me try to fix it.
pawn Код:
new MySQLown = Veicolo[vehicleid][mOwner];
pawn Код:
//parameters mysql_real_escape_string(const source[], destination[], connectionHandle);
new MySQLown[40];
mysql_real_escape_string(Veicolo[vehicleid][mOwner] ,MySQLown);
let me try to fix it.