


cache_get_value_bool: returns false if the value is 0, otherwise true.cache_is_value_null: returns true if the value is NULL.orm_clear_vars: sets all registered variables to 0.mysql_connect_file: create a connection handle using a file (which has all the credentials and options stored in an INI-like format).mysql_query_file: send unthreaded queries from a.orm_update and orm_delete now accept callbacks.ability to create SSL-encrypted connections.third-party compatible: other plugin authors can incorporate this new logging system into their plugins and take advantage of fast, safe and managed text logging.threaded logging: the new log system is now completely threaded and crash-safe, resulting in a faster logging experience (especially when logging with all log levels enabled).automatic detection of debug info (compiled with -d2/ -d3): if the log system detects any debug information within the script, plugin native logs will have the script file name and line number displayed within the according log line.support for passing arrays and references to result callbacks (format specifier a and r) ( a expects i/ d after itself to provide the array size the size format specifier is also passed as a callback argument).all natives now indicate their execution status through their return value (e.g.the plugin doesn't force-auto-reconnect now (background: the plugin stored the login credentials internally to basically perform a disconnect and immediate connect on specific error cases now the plugin doesn't store any credentials anymore).stored cache results are now handled globally, not per-connection (as before) that means you can now share stored results between filterscripts and gamemodes.cache_set_active(Cache:0) doesn't unset the active cache, see cache_unset_active().
Black school gamemode download samp code#
Black school gamemode download samp password#
swapped places of parameters password and database in function mysql_connect.moved MySQL:handle parameter in functions mysql_escape_string, mysql_stat and mysql_get_charset (it's the last parameter now).removed redundant prefixes from enumerations (e.g.added MySQL tag to all connection handle parameters.removed connection handle parameter from all cache functions.
