hey all, please do anyone know how to check if player's account exist on the table 'accounts' on the database (MySQL R39-6) please ???
for example:-
for example:-
Code:
new rows, fields;
cache_get_data(rows, fields, DB);
if(rows) // it exist
{
// some code
}