01.11.2014, 19:00
You should read about string manipulations.
https://sampwiki.blast.hk/wiki/Format
Also, you're using the incorrect parameters for mysql_function_query.
They are:
I'd also suggest you upgrade your plugin to the latest version and use the new functions instead.
https://sampwiki.blast.hk/wiki/Format
Also, you're using the incorrect parameters for mysql_function_query.
They are:
pawn Код:
mysql_function_query( connectionHandle, query[], bool:cache, callback[], format[], {Float,_}:... )

