View Single Post
MAGNAT2645
Senior Member
Join Date: Nov 2015
Location: AlliedMods.net
Old 05-26-2019 , 04:48   Re: MYSQL - How To Select a row and print it out
Reply With Quote #8

Better to use:
Code:
if ( sName[ 0 ] == '\0' ) // or even sName[ 0 ] == 0
    PrintToChat( Client, "Surname is empty, please give surname." );
It's better for performance.
__________________
MAGNAT2645 is offline