05.06.2015, 10:57
Hello, i updated the mysql plugin from R5 to R39-3, I recompiled the gamemode and i have this error:
mysql_query(var); This is the line with error.
What can i do?
Code:
Copy\pawno\include\saveacc.inc(478 ) : error 035: argument type mismatch (argument 1)
Code:
format(var,100,"UPDATE `vehicles` SET `Ammo4`='%d' WHERE `CarID`='%d'",vInfo[vehicleid][trAmmo4],vInfo[vehicleid][vCariD]); mysql_query(var);//this 478
What can i do?