How to retrieve new data mysql prompt metin2 python mysql table?
Metin 2 binary source (PlayTime):
Code:
PyObject * playerGetPlayTime(PyObject* poSelf, PyObject* poArgs)
{
return Py_BuildValue("i", CPythonPlayer::Instance().GetPlayTime());
}
My new mysql row get (Location)(This function not work :S):
Code:
PyObject * playerGetPlayTime(PyObject* poSelf, PyObject* poArgs)
{
return Py_BuildValue("i", CPythonPlayer::Instance().GetLocation());
}
Thank you in advance for your help!





