02.10.2018, 18:28
I'm not sure what you are literally asking for, but if you ask how to check if some name exists in database's player's table, let's query this
Anyways I prefer you to see documentation of samp mysql.
PHP код:
SELECT * FROM Players WHERE Username = '<Player Name>'
