28.03.2018, 14:47
Hello,
I'm using a MySQL plugin, R41-4 to be precise.
I make a tquery and within the callback I use "cache_get_value_name(0, "Password", pInfo[playerid][Password]);"
Now, I checked and the value returned is null. I have no value whatsoever there.
The logs say:
[17:36:14] [DEBUG] cache_get_value_name(0, "Password", 0x04CA62DC, 1)
[17:36:14] [DEBUG] cache_get_value_name: assigned value: 'censored'
[17:36:14] [DEBUG] cache_get_value_name: return value: '1'
and replace censored with my actual password.
It seems to get the value properly, just not insert it into my string. Any thoughts on what I might be doing wrong?
Thank you in advance,
Denying
I'm using a MySQL plugin, R41-4 to be precise.
I make a tquery and within the callback I use "cache_get_value_name(0, "Password", pInfo[playerid][Password]);"
Now, I checked and the value returned is null. I have no value whatsoever there.
The logs say:
[17:36:14] [DEBUG] cache_get_value_name(0, "Password", 0x04CA62DC, 1)
[17:36:14] [DEBUG] cache_get_value_name: assigned value: 'censored'
[17:36:14] [DEBUG] cache_get_value_name: return value: '1'
and replace censored with my actual password.
It seems to get the value properly, just not insert it into my string. Any thoughts on what I might be doing wrong?
Thank you in advance,
Denying