21.05.2011, 02:35
Hope this project's just dormant and not completely dead.
I revisited what I started writing and I noticed that return True and return False are not longer equivalent with return 1 and return 0 when it comes to halting the SA-MP server's processing on callbacks. I don't know if this is the intended behavior or not; I suppose it isn't a huge issue.
Also, I get this error:
when trying to use that Python MySQL module under Linux. The Windows binary I was able to find works perfectly. Is this a plugin-specific thing or do I just need to build my own python-mysql binary?
I revisited what I started writing and I noticed that return True and return False are not longer equivalent with return 1 and return 0 when it comes to halting the SA-MP server's processing on callbacks. I don't know if this is the intended behavior or not; I suppose it isn't a huge issue.
Also, I get this error:
Quote:
|
ImportError: /usr/lib/pymodules/python2.7/_mysql.so: undefined symbol: PyExc_ImportError |

