Raised This Month: $51 Target: $400
 12% 

SQL_TQuery + Data(pack) + error 100


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
mastah7991
AlliedModders Donor
Join Date: Sep 2014
Location: Poland
Old 02-01-2015 , 18:34   SQL_TQuery + Data(pack) + error 100
Reply With Quote #1

Hi.
I have problem with sql and datapack

Code:
//...
new Handle:data = CreateDataPack();
		WritePackCell(data, client);
		WritePackCell(data, power);
//...
		SQL_TQuery(g_hSQL, LoadPlayerDataCallback2, buffer, data);
//...
}
public LoadPlayerDataCallback2(Handle:owner, Handle:hndl, const String:error[],Handle:data)
{
//...
//...
compile
Code:
function prototype do no match
any idea ?
mastah7991 is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 02-01-2015 , 18:43   Re: SQL_TQuery + Data(pack) + error 100
Reply With Quote #2

Quote:
Originally Posted by mastah7991 View Post
Hi.
I have problem with sql and datapack

Code:
//...
new Handle:data = CreateDataPack();
		WritePackCell(data, client);
		WritePackCell(data, power);
//...
		SQL_TQuery(g_hSQL, LoadPlayerDataCallback2, buffer, data);
//...
}
public LoadPlayerDataCallback2(Handle:owner, Handle:hndl, const String:error[],Handle:data)
{
//...
//...
compile
Code:
function prototype do no match
any idea ?
Code:
any:data
Drixevel is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:53.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode