Ich frag mal ganz doof, vielleicht ist das in MTA anders, aber:
Seit wann wird MySQL Client-Seitig ausgeführt?
//Edit
Grad Mal nachgesehen.
Wie auch überall hat der Client überhaupt keine Verbindung zum MySQL server (wäre ja auch ziemlich wild gefährlich ehrlich gesagt).
Client > Gameserver > MySQL Server
Ergo eine result
MySQL Server > Server > Client
Schau mal hier als Beispiel
How to Display Mysql result on client side
Hello there I have the following script: --SERVER SIDE FILE if getElementModel(source) == 1000 then ID = getElementID(source) end local result =…
forum.multitheftauto.com