30.06.2015, 09:51
Hello,
I want to know how can I check if a user exists at the mysql db or not.
table name = players
player name column = username
mysql plugin version: r39-2
I want to have a function which I can use like
if(!DoesUserExist(name)) return SendClientMessage(playerid,"No user was found.");
Can anyone help me please?
I want to know how can I check if a user exists at the mysql db or not.
table name = players
player name column = username
mysql plugin version: r39-2
I want to have a function which I can use like
if(!DoesUserExist(name)) return SendClientMessage(playerid,"No user was found.");
Can anyone help me please?