24.11.2016, 15:08
Hey!,
Somehow, the following returns always a big fat zero!
Don't go bonkers, I'm new to MySQL. I'm learning on the way.
Thanks,
Cheers.
Somehow, the following returns always a big fat zero!
Code:
new string[24+MAX_PLAYER_NAME]; new rows = cache_get_row_count(); format(string, sizeof(string), "Number of accounts: %d",rows); SendClientMessageToAll(0xC4C4C4FF, string);
Thanks,
Cheers.