MySQL Plugin
#5

OnQueryFinish is not meant to be used with R7 I don't think.
You have to use mysql_function_query(); and send it to a function, created by yourself such as:

pawn Код:
mysql_function_query(connectionHandle, query, true, "OnQueryFinish", "i", playerid);
pawn Код:
forward OnQueryFinish(extraid);
public OnQueryFinish(extraid)
{
    return 1;
}
Reply


Messages In This Thread
MySQL Plugin - by AarabMoney - 20.01.2013, 14:01
Re: MySQL Plugin - by azzerking - 20.01.2013, 14:15
Re: MySQL Plugin - by AarabMoney - 20.01.2013, 14:21
Re: MySQL Plugin - by azzerking - 20.01.2013, 14:36
Re: MySQL Plugin - by Stevo127 - 20.01.2013, 14:42
Re: MySQL Plugin - by AarabMoney - 20.01.2013, 16:06

Forum Jump:


Users browsing this thread: 1 Guest(s)