Uhh need help with msql r34.. Got querty..
#4

Ah, I got it.
The correct native for mysql_query is:
pawn Код:
native mysql_query(conhandle, query[]);
pawn Код:
new var[100];
format(var, sizeof(var), "UPDATE `vehicles` SET `CarID`='%d' WHERE `CarID`='%d'", vInfo[vehicleid][vCariD], vInfo[vehicleid][vCariD]);
mysql_query(dbHandle, var); // Your connection handle variable will come here.
Reply


Messages In This Thread
Uhh need help with msql r34.. Got querty.. - by Scrillex - 19.10.2013, 10:49
Re: Uhh need help with msql r34.. Got querty.. - by iZN - 19.10.2013, 10:53
Re: Uhh need help with msql r34.. Got querty.. - by Scrillex - 19.10.2013, 10:59
Re: Uhh need help with msql r34.. Got querty.. - by iZN - 19.10.2013, 11:09
Re: Uhh need help with msql r34.. Got querty.. - by Scrillex - 19.10.2013, 11:31
Re: Uhh need help with msql r34.. Got querty.. - by Misiur - 19.10.2013, 11:59
Re: Uhh need help with msql r34.. Got querty.. - by Patrick - 19.10.2013, 12:05
Re: Uhh need help with msql r34.. Got querty.. - by Scrillex - 19.10.2013, 12:09
Re: Uhh need help with msql r34.. Got querty.. - by iZN - 19.10.2013, 12:13
Re: Uhh need help with msql r34.. Got querty.. - by Scrillex - 19.10.2013, 12:18

Forum Jump:


Users browsing this thread: 1 Guest(s)