How to get new row data metin2 python mysql table?

03/14/2015 11:32 Attila1995#1
Hi!

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()); 
}
Sorry for the incorrect English.
Thank you in advance for your help!