10.05.2018, 20:05
Quote:
That's why he gave to you the download link of the R40 MySQL Version, that version
contains some functions that have been renamed. I see that you already know that. Here's an example:
PHP код:
// you must use the function before,
// it is the same for cache_get_field_content_int
new pName[ 30 ], string[ 500 ];
for( new i = 0; i < Rows; i ++ )
{
cache_get_value_name( i, "Name", pName, 30 );
format( string, sizeof( string ), "%s - Name", pName );
}


