MySQL GetOwnerName function
#2

im not sure about this but instead of this
pawn Код:
new MySQLown = Veicolo[vehicleid][mOwner];
USE
pawn Код:
//parameters mysql_real_escape_string(const source[], destination[], connectionHandle);
new MySQLown[40];
mysql_real_escape_string(Veicolo[vehicleid][mOwner] ,MySQLown);
EDIT

let me try to fix it.
Reply


Messages In This Thread
MySQL GetOwnerName function - by ProjectGANTON - 21.03.2013, 15:55
Re: MySQL GetOwnerName function - by Patrick - 21.03.2013, 15:58
Re: MySQL GetOwnerName function - by ProjectGANTON - 21.03.2013, 16:15
Re: MySQL GetOwnerName function - by Patrick - 21.03.2013, 16:39
Re: MySQL GetOwnerName function - by ProjectGANTON - 21.03.2013, 17:32

Forum Jump:


Users browsing this thread: 1 Guest(s)