[Help] SQLite
#5

Ok i change to this:
PHP Code:
ACMD:instab[1](playeridparams[])
{
    new 
Query[250];
    new 
result;
    
format(Querysizeof(Query), "INSERT INTO `Veh` (`VOwner`) VALUES ('%s')"PlayerName(playerid)); 
    
db_query(pCarsQuery);
    
SendClientMessage(playeridDebugColor"Feito");
    
db_free_results(db_query(pCarsQuery));
    return 
1;

But, the compiler gave this error: "error 017: undefined symbol "db_free_results"
On this line:
PHP Code:
    db_free_results(db_query(pCarsQuery)); 
Reply


Messages In This Thread
[Help] SQLite - by ApolloScripter - 06.01.2019, 03:42
Re: [Help] SQLite - by RoboN1X - 06.01.2019, 05:43
Re: [Help] SQLite - by Logic_ - 06.01.2019, 05:51
Re: [Help] SQLite - by ch1ps - 06.01.2019, 05:54
Re: [Help] SQLite - by ApolloScripter - 06.01.2019, 06:59
Re: [Help] SQLite - by Logic_ - 06.01.2019, 07:31
Re: [Help] SQLite - by GhostHacker9 - 06.01.2019, 07:45
Re: [Help] SQLite - by Logic_ - 06.01.2019, 10:48
Re: [Help] SQLite - by ApolloScripter - 06.01.2019, 18:45
Re: [Help] SQLite - by Mobtiesgangsa - 07.01.2019, 00:21

Forum Jump:


Users browsing this thread: 1 Guest(s)