Does natives are needed for SQLite?
#1

PHP код:
native WP_Hash(buffer[], len, const str[]);
native db_get_field_int(DBResult:resultfield 0);
native Float:db_get_field_float(DBResult:resultfield 0);
native db_get_field_assoc_int(DBResult:result, const field[]);
native Float:db_get_field_assoc_float(DBResult:result, const field[]);
native db_get_mem_handle(DB:db);
native db_get_result_mem_handle(DBResult:result);
native db_debug_openfiles();
native db_debug_openresults(); 
those natives are needed to compile a system using SQLite?
Reply
#2

WP_hash is from the Whirpool plugin.
All others are indeed from SQLite and are natively supported by samp (when you use #include<a_samp>).
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)