PHP Code:
public client_connect(id)
{
}
How can I Check is user already in table ?
PHP Code:
new szName[33]
get_user_name(id, szName, 32)
new Handle:Query = SQL_PrepareQuery(SqlConnection,"SELECT * FROM users WHERE name='%s'", szName)
Now how can I check if there is no matches found in table with that name ?