06.01.2019, 06:59
Ok i change to this:
But, the compiler gave this error: "error 017: undefined symbol "db_free_results"
On this line:
PHP Code:
ACMD:instab[1](playerid, params[])
{
new Query[250];
new result;
format(Query, sizeof(Query), "INSERT INTO `Veh` (`VOwner`) VALUES ('%s')", PlayerName(playerid));
db_query(pCars, Query);
SendClientMessage(playerid, DebugColor, "Feito");
db_free_results(db_query(pCars, Query));
return 1;
}
On this line:
PHP Code:
db_free_results(db_query(pCars, Query));