Hey all,

the most important MySQL-functions from the C-API are binded to CoDScript.

PHP Code:
mysql_init()
mysql_real_connect(mysqlhostuserpassdbport)
mysql_close(mysql)
mysql_query(mysqlquery)
mysql_errno(mysql)
mysql_error(mysql)
mysql_affected_rows(mysql)
mysql_store_result(mysql)
mysql_num_rows(result)
mysql_num_fields(result)
mysql_field_seek(resultposition)
mysql_fetch_field()
mysql_fetch_row(result)
mysql_free_result(result
A full example with money and ranks: http://killtube.org/downloads/cod2/e...ersistence.gsc

Have fun scripting