getUID(); } else { $accountid = $VARS["id"]; } exitWithJson([ "status" => "OK", "exists" => $database->has("players", ["accountid" => $accountid]) ]);