08.07.2013, 15:05
Okay, I have this:
I am using R27 MYSQL Plugin (latest), found here.
Downgrading the plugin is not an option, so anyone know why it wont work?
It doesn't load anything onto it, it's blank yet the MYSQL field isnt. It used to work but I upgraded the plugin, and no I cannot downgrade again due to server problems in the past with older plugins.
Yet, when I use this:
, it loads it fine. Although it prints an error onto the console, but it still loads it.
So, how can I fix the cache_get_field_content?
Thank you.
(anyone who is interested, it prints this error: click here)
pawn Код:
cache_get_field_content(0, "password", AccountData[extraid][a_szPassword]);
Downgrading the plugin is not an option, so anyone know why it wont work?
It doesn't load anything onto it, it's blank yet the MYSQL field isnt. It used to work but I upgraded the plugin, and no I cannot downgrade again due to server problems in the past with older plugins.
Yet, when I use this:
pawn Код:
cache_get_field_content(0, "name", szResult); strmid(FactionInfo[szRows][fI_Name], szResult, 0, strlen(szResult), 40);
So, how can I fix the cache_get_field_content?
Thank you.
(anyone who is interested, it prints this error: click here)